zig consts

This commit is contained in:
Matheus C. França
2023-03-23 10:09:41 -03:00
parent 7b8c63dfe6
commit c6158b8628
15 changed files with 3722 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ build:
$(MAKE) -C ruby gen_const
python3 const_generator.py dotnet
python3 const_generator.py pascal
python3 const_generator.py zig
install: build
$(MAKE) -C python install