-
Squashed commit of the following: * Reduced a bit line length to about 100c per line at worst * Syntax correction. * Updated samples. * Removed `NEWLINE` variable. * Added `std` and `builtin` to the list. * Changed lineReader management. * Removed the extra `\n`. * Sry, we fix it. * Removed spaces on this line. * `zig fmt` should be happier now. * Removed comments in main. * Added spaces around `sizes`. * Added spaces : `.{{ {content} }}` * Added `output + "\n"` at end of file. * Added space to struct. Co-authored-by: kamil-leys <kamil-leys@users.noreply.github.com> * Simplified a bit the output Co-authored-by: Gaspard Lebaube <gaspard-lebaube@users.noreply.github.com> * Fixed struct comments * updated samples * Update parser_zig.py, f-string issue * Update parser_zig.py, some cool features Co-authored-by: Gaspard Lebaube <gaspard-lebaube@users.noreply.github.com> * Update parser_zig.py, unified error types * Update parser_zig.py, template being tested * Push test on main Squashed commit of the following: * Update Dockerfile extraction command for Zig * Update Dockerfile to include xz-utils package * Update Dockerfile to use the correct extraction command for Zig * Update Dockerfile to use the correct extraction command for Zig * Commit test Co-authored-by: kamil-leys <kamil-leys@users.noreply.github.com> * Update Dockerfile * Update Dockerfile * Modify README.md and generator.py * Add samples files generated with the parser_zig.py script * Refactor code formatting in parser_zig.py Co-authored-by: kamil-leys <kamil-leys@users.noreply.github.com> * Update parser_zig.py * Some changes Co-authored-by: kamil-leys <kamil-leys@users.noreply.github.com> * Some changes Co-authored-by: kamil-leys <kamil-leys@users.noreply.github.com> * Commit * Wow Co-authored-by: kamil-leys <kamil-leys@users.noreply.github.com> * Some changes Co-authored-by: kamil-leys <kamil-leys@users.noreply.github.com> * Commit Co-authored-by: kamil-leys <kamil-leys@users.noreply.github.com> * Make all code responsive with indent spaces * Refactor read_line method Co-authored-by: kamil-leys <kamil-leys@users.noreply.github.com> * parser_zig.py * Refactor parser_zig.py * Some changes Co-authored-by: PatafixPLTX <PatafixPLTX@users.noreply.github.com> and kamil-leys <kamil-leys@users.noreply.github.com> * Refactor read_line and read_lines methods in parser_zig.py Co-authored-by: kamil-leys <kamil-leys@users.noreply.github.com> * Start parser_zig.py Co-authored-by: PatafixPLTX <PatafixPLTX@users.noreply.github.com> and kamil-leys <kamil-leys@users.noreply.github.com>
64c2fc2dSquashed commit of the following: * Reduced a bit line length to about 100c per line at worst * Syntax correction. * Updated samples. * Removed `NEWLINE` variable. * Added `std` and `builtin` to the list. * Changed lineReader management. * Removed the extra `\n`. * Sry, we fix it. * Removed spaces on this line. * `zig fmt` should be happier now. * Removed comments in main. * Added spaces around `sizes`. * Added spaces : `.{{ {content} }}` * Added `output + "\n"` at end of file. * Added space to struct. Co-authored-by: kamil-leys <kamil-leys@users.noreply.github.com> * Simplified a bit the output Co-authored-by: Gaspard Lebaube <gaspard-lebaube@users.noreply.github.com> * Fixed struct comments * updated samples * Update parser_zig.py, f-string issue * Update parser_zig.py, some cool features Co-authored-by: Gaspard Lebaube <gaspard-lebaube@users.noreply.github.com> * Update parser_zig.py, unified error types * Update parser_zig.py, template being tested * Push test on main Squashed commit of the following: * Update Dockerfile extraction command for Zig * Update Dockerfile to include xz-utils package * Update Dockerfile to use the correct extraction command for Zig * Update Dockerfile to use the correct extraction command for Zig * Commit test Co-authored-by: kamil-leys <kamil-leys@users.noreply.github.com> * Update Dockerfile * Update Dockerfile * Modify README.md and generator.py * Add samples files generated with the parser_zig.py script * Refactor code formatting in parser_zig.py Co-authored-by: kamil-leys <kamil-leys@users.noreply.github.com> * Update parser_zig.py * Some changes Co-authored-by: kamil-leys <kamil-leys@users.noreply.github.com> * Some changes Co-authored-by: kamil-leys <kamil-leys@users.noreply.github.com> * Commit * Wow Co-authored-by: kamil-leys <kamil-leys@users.noreply.github.com> * Some changes Co-authored-by: kamil-leys <kamil-leys@users.noreply.github.com> * Commit Co-authored-by: kamil-leys <kamil-leys@users.noreply.github.com> * Make all code responsive with indent spaces * Refactor read_line method Co-authored-by: kamil-leys <kamil-leys@users.noreply.github.com> * parser_zig.py * Refactor parser_zig.py * Some changes Co-authored-by: PatafixPLTX <PatafixPLTX@users.noreply.github.com> and kamil-leys <kamil-leys@users.noreply.github.com> * Refactor read_line and read_lines methods in parser_zig.py Co-authored-by: kamil-leys <kamil-leys@users.noreply.github.com> * Start parser_zig.py Co-authored-by: PatafixPLTX <PatafixPLTX@users.noreply.github.com> and kamil-leys <kamil-leys@users.noreply.github.com>
Loading