You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def moduleFromGrammar(source, className, modname, filename):
mod = module(modname)
mod.__name__ = modname
mod.__loader__ = GeneratedCodeLoader(source)
> code = compile(source, filename, "exec")
E File "/pymeta_generated_code/pymeta_grammar__Grammar.py", line 5
E if Grammar.globals is not None:
E ^
E IndentationError: expected an indented block
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: