SeaLang/tests/legal
Janis 888517f2ea soooo many thigns in need to commit more often
also, types exist in the ast, but are interned after parsing
refs and typerefs are resolved
true and false in the intern pool, need to add them to primaryexpr
structs in the internpool take a decl to differentiate struct types of the same
name
field access postfix expr? also nesting postfix expr (e.g. var[1][2])
arrays can only be specified with integral constants as length

fixes:
sinttype and uinttype store bits inline in item.index correctly
mut/var decl assignment? have correct doc strings
let/var symbol is inserted after the assignment expr, so that the expr can still
use
now-shadowed variables
structs can have fields of type pointer-to-self (ast)
lots of wrong-cases in node children getting
2024-09-15 00:38:50 +02:00
..
array.sea soooo many thigns in need to commit more often 2024-09-15 00:38:50 +02:00
boolean_logic.sea remove comments from asm 2024-08-30 21:55:16 +02:00
call.sea calling functions 2024-09-02 16:03:12 +02:00
global_var.sea calling functions 2024-09-02 16:03:12 +02:00
if.sea branching? yay? 2024-09-01 21:31:09 +02:00
inverse_sqrt.sea something is wrong, but typechecking 2024-08-30 17:34:26 +02:00
simple_math.sea mir to asm translation WORKS!! 2024-08-29 21:34:05 +02:00
struct.sea soooo many thigns in need to commit more often 2024-09-15 00:38:50 +02:00