Skip to content

Commit

Permalink
Add tapioca/dsl entrypoint for custom DSL compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
paracycle committed Mar 7, 2022
1 parent c9d4a89 commit a4a6cde
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/tapioca/dsl.rb
@@ -0,0 +1,6 @@
# typed: true
# frozen_string_literal: true

require "tapioca"
require "tapioca/runtime/reflection"
require "tapioca/dsl/compiler"

0 comments on commit a4a6cde

Please sign in to comment.