rayoko/src
Luna 192baf0725 analysis: remove 'else', replace by dedicated Block
It isn't possible to make Blocks at root scope. the parser does not
allow such constructions, however, it is still a Node, and it should be
handled accordingly.
2019-10-05 10:40:36 -03:00
..
analysis.zig analysis: remove 'else', replace by dedicated Block 2019-10-05 10:40:36 -03:00
ast.zig remove Stmt as an AST node 2019-10-05 10:37:28 -03:00
ast_printer.zig remove Stmt as an AST node 2019-10-05 10:37:28 -03:00
codegen.zig analysis: add contextual checks for Assign expr 2019-10-05 10:26:47 -03:00
comp_ctx.zig change bits and pieces everywhere about var meta 2019-09-28 22:16:33 -03:00
entry.c codegen: add Grouping expr support 2019-10-05 10:08:27 -03:00
errors.zig add 'error contexts' to parser error reports 2019-09-20 13:16:55 -03:00
llvm.zig add support for target machine 2019-09-21 23:56:22 -03:00
main.zig s/TypeSolver/Analyzer 2019-10-05 10:27:38 -03:00
parsers.zig remove Stmt as an AST node 2019-10-05 10:37:28 -03:00
scanners.zig change variable declarations to statements 2019-09-25 22:22:13 -03:00
tokens.zig change variable declarations to statements 2019-09-25 22:22:13 -03:00