Skip to content

Commit

Permalink
feat: refactor identifier tracing with proper lexical scope abstraction
Browse files Browse the repository at this point in the history
  • Loading branch information
vberlier committed Dec 4, 2022
1 parent 7f851e0 commit 2f60bd4
Show file tree
Hide file tree
Showing 12 changed files with 768 additions and 381 deletions.
1 change: 1 addition & 0 deletions bolt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
from .parse import *
from .plugin import *
from .runtime import *
from .semantics import *
Loading

0 comments on commit 2f60bd4

Please sign in to comment.