rutile/compiler
tocariimaa 33c8f0b841 lexer: use Str_from_buf here
Instead of handcrafting the `Str` struct.
2025-01-13 14:38:25 -03:00
..
libs Initial commit 2025-01-12 18:20:42 -03:00
ast.h separate Location for identifier and type in AST 2025-01-12 23:15:03 -03:00
cgBackends.h Initial commit 2025-01-12 18:20:42 -03:00
cgC.c Initial commit 2025-01-12 18:20:42 -03:00
cgC.h Initial commit 2025-01-12 18:20:42 -03:00
codegen.c Initial commit 2025-01-12 18:20:42 -03:00
codegen.h Initial commit 2025-01-12 18:20:42 -03:00
datatype.h Initial commit 2025-01-12 18:20:42 -03:00
lex.c lexer: use Str_from_buf here 2025-01-13 14:38:25 -03:00
lex.h lexer: make each token return its location 2025-01-12 23:13:17 -03:00
location.h Initial commit 2025-01-12 18:20:42 -03:00
messages.c Initial commit 2025-01-12 18:20:42 -03:00
messages.h Initial commit 2025-01-12 18:20:42 -03:00
parse.c separate Location for identifier and type in AST 2025-01-12 23:15:03 -03:00
parse.h Initial commit 2025-01-12 18:20:42 -03:00
pre.h convert Sb macro to a proper function 2025-01-13 14:34:25 -03:00
rutilec.c Initial commit 2025-01-12 18:20:42 -03:00
sema.c separate Location for identifier and type in AST 2025-01-12 23:15:03 -03:00
sema.h Initial commit 2025-01-12 18:20:42 -03:00
state.c Initial commit 2025-01-12 18:20:42 -03:00
state.h Initial commit 2025-01-12 18:20:42 -03:00
symbol.c Initial commit 2025-01-12 18:20:42 -03:00
symbol.h Initial commit 2025-01-12 18:20:42 -03:00