-
Roman Alifanov authored
- Remove redundant echo in @awk functions (leaked to stdout) - Replace range() subshell fork with C-style for ((i=0; i<N; i++)) - Inline string methods (upper/lower/len/trim/replace/contains/starts/ends/substr/index) for simple variable receivers - Direct array subscript for .get() and .set() instead of function calls
3d28f1b4
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| backend | ||
| ir | ||
| lexer | ||
| methods | ||
| optimizer | ||
| semantics | ||
| symbols | ||
| syntax | ||
| __init__.py | ||
| __main__.py | ||
| cli.py | ||
| constants.py | ||
| meson.build |