SeaLang/src
Janis 5c57dfb904 trying to refactor a bit:
- working on a string/bytes table
- no longer directly referencing ir outside of current function; the goal here
is to end up only generating ir for 1 function, then link together in assembling
step. this involves adding an GlobalRef() ast-node and ExternRef() ir instruction
2024-08-16 16:56:11 +02:00
..
bin simple lexing error reporting 2024-08-09 18:58:26 +02:00
ast.rs trying to refactor a bit: 2024-08-16 16:56:11 +02:00
common.rs remove lints 2024-08-13 18:55:36 +02:00
lexer.rs remove lints 2024-08-13 18:55:36 +02:00
lib.rs trying to refactor a bit: 2024-08-16 16:56:11 +02:00
parser.rs trying to refactor a bit: 2024-08-16 16:56:11 +02:00
string_table.rs trying to refactor a bit: 2024-08-16 16:56:11 +02:00
symbol_table.rs trying to refactor a bit: 2024-08-16 16:56:11 +02:00
tokens.rs simple lexing error reporting 2024-08-09 18:58:26 +02:00
triples.rs trying to refactor a bit: 2024-08-16 16:56:11 +02:00