Permalink
Please sign in to comment.
Browse files
Rename lex.c to fastlex.c so there's no confusion with osh/lex.py.
Also: Updates to line count script. Count code generators and generated code.
- Loading branch information...
Showing
with
57 additions
and 21 deletions.
- +1 −1 asdl/gen_cpp.py
- +1 −1 build/codegen.sh
- +5 −5 build/dev.sh
- +3 −3 build/setup.py
- +18 −0 core/lexer.py
- +4 −4 native/{lex.c → fastlex.c}
- +3 −3 native/{lex_test.py → fastlex_test.py}
- +14 −4 osh/lex_gen.py
- +8 −0 scripts/count.sh
0 comments on commit
ccb0a23