rayoko/src
Luna a95d0e7fd8 comp_ctx: make resolveVarType's return type be nullable
- add a parameter to prevent unwanted side-effects of resolveVarType
 - add basics of resolving scope variables
2019-09-28 21:30:52 -03:00
..
analysis.zig comp_ctx: make resolveVarType's return type be nullable 2019-09-28 21:30:52 -03:00
ast.zig remove mutability/publicability 2019-09-28 18:09:58 -03:00
ast_printer.zig remove mutability/publicability 2019-09-28 18:09:58 -03:00
codegen.zig comp_ctx: make resolveVarType's return type be nullable 2019-09-28 21:30:52 -03:00
comp_ctx.zig comp_ctx: make resolveVarType's return type be nullable 2019-09-28 21:30:52 -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 analysis: create err ctx buffer on init() 2019-09-27 10:47:34 -03:00
parsers.zig remove mutability/publicability 2019-09-28 18:09:58 -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