Skip to content

Commit

Permalink
Try making an actual iterator for dynamicscope
Browse files Browse the repository at this point in the history
  • Loading branch information
frmdstryr committed Jan 29, 2025
1 parent 6a56e4a commit ea8b0dc
Show file tree
Hide file tree
Showing 3 changed files with 368 additions and 56 deletions.
3 changes: 3 additions & 0 deletions development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ To regenerate the parser:

python -m enaml.core.parser.generate_enaml_parser
black enaml/core/parser/enaml_parser.py

To compile with debug symbols:
CFLAGS="-O0 -g" CPPFLAGS="-O0 -g" pip install -e ./
Loading

0 comments on commit ea8b0dc

Please sign in to comment.