Skip to content

Commit

Permalink
precompute grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
capjamesg committed Oct 14, 2024
1 parent f06d41f commit 355dde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jamesql/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from lark import Lark
import math

from jamesql.rewriter import string_query_to_jamesql, rewriter_grammar
from jamesql.rewriter import string_query_to_jamesql, grammar as rewriter_grammar

from .script_lang import JameSQLScriptTransformer, grammar

Expand Down

0 comments on commit 355dde5

Please sign in to comment.