• Roman Alifanov's avatar
    Refactor: unified method registry and codegen cleanup · d68d4f71
    Roman Alifanov authored
    - Split methods.py into methods/ directory with separate modules
    - Add awk_builtin field to Method for unified AWK generation
    - Replace hardcoded method dispatch in awk_codegen with generate_awk()
    - Add RET_VAR/RET_ARR constants, replace hardcoded __CT_RET
    - Migrate all codegen files to use indented() context manager
    d68d4f71
Name
Last commit
Last update
..
__init__.py Loading commit data...
args.py Loading commit data...
array.py Loading commit data...
base.py Loading commit data...
core.py Loading commit data...
dict.py Loading commit data...
file_handle.py Loading commit data...
fs.py Loading commit data...
http.py Loading commit data...
json.py Loading commit data...
logger.py Loading commit data...
math.py Loading commit data...
regex.py Loading commit data...
string.py Loading commit data...
time.py Loading commit data...