lib/compiler/resinator/ast.zig | 98 +++--- lib/compiler/resinator/bmp.zig | 13 +- lib/compiler/resinator/cli.zig | 127 +++++-- lib/compiler/resinator/code_pages.zig | 217 +++++------- lib/compiler/resinator/comments.zig | 25 ++ lib/compiler/resinator/compile.zig | 312 +++++++++-------- lib/compiler/resinator/disjoint_code_page.zig | 99 ++++++ lib/compiler/resinator/errors.zig | 595 +++++++++++++++++++++----------- lib/compiler/resinator/lang.zig | 2 +- lib/compiler/resinator/lex.zig | 247 +++++++------ lib/compiler/resinator/literals.zig | 373 +++++++++++++++----- lib/compiler/resinator/main.zig | 36 +- lib/compiler/resinator/parse.zig | 243 +++++++++---- lib/compiler/resinator/preprocess.zig | 1 + lib/compiler/resinator/rc.zig | 14 +- lib/compiler/resinator/res.zig | 213 ++++++++++-- lib/compiler/resinator/source_mapping.zig | 479 ++++++++++++++++++++++--- 17 files changed, 2145 insertions(+), 949 deletions(-)