• Roman Alifanov's avatar
    Add estrlist example with benchmarks, fix time.ms/math.* codegen · 890d457c
    Roman Alifanov authored
    - Add estrlist.ct: string list operations with @awk acceleration
    - Add estrlist_noawk.ct: pure bash version for comparison
    - Add benchmark.sh: performance comparison script
    - Add BENCHMARK.md: results showing @awk gives 93x speedup on union
    
    Codegen fixes:
    - Fix time.now() and time.ms() calls in dispatch_codegen
    - Fix math.* namespace calls
    - Previous fixes for class field assignment and nested constructors
    890d457c
Name
Last commit
Last update
..
__init__.py Loading commit data...
ast_nodes.py Loading commit data...
awk_codegen.py Loading commit data...
class_codegen.py Loading commit data...
codegen.py Loading commit data...
cse_codegen.py Loading commit data...
decorator_codegen.py Loading commit data...
dispatch_codegen.py Loading commit data...
errors.py Loading commit data...
expr_codegen.py Loading commit data...
lexer.py Loading commit data...
main.py Loading commit data...
parser.py Loading commit data...
stdlib.py Loading commit data...
stmt_codegen.py Loading commit data...
tokens.py Loading commit data...