Skip to content

Commit df19dd9

Browse files
committed
Fastfile
Signed-off-by: Jônatas Davi Paganini <[email protected]>
1 parent ccde22c commit df19dd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Fastfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Fast.shortcut(:finders, '(class ... (const nil Find)', 'lib')
1818

1919
# Simple shortcut that I used often to show how the expression parser works
2020
Fast.shortcut(:parser, '(class (const nil ExpressionParser)', 'lib/fast.rb')
21+
Fast.shortcut(:sql_parser, '(def parse', 'lib/fast/sql.rb')
2122

2223
# Use `fast .bump_version` to rewrite the version file
2324
Fast.shortcut :bump_version do

0 commit comments

Comments
 (0)