| .. |
|
ast.cpp
|
Add ref and deref
|
2026-04-14 00:01:33 +03:00 |
|
ast.h
|
Add ref and deref
|
2026-04-14 00:01:33 +03:00 |
|
binops.cpp
|
Improve binop result calculation
|
2026-04-13 23:50:07 +03:00 |
|
binops.h
|
Improve binop result calculation
|
2026-04-13 23:50:07 +03:00 |
|
builder.h
|
Move types to it's own file
|
2026-04-09 18:38:22 +03:00 |
|
casting.cpp
|
Allow implicit cast from char to int
|
2026-04-13 21:45:58 +03:00 |
|
casting.h
|
Add compilation of casts
|
2026-04-13 21:08:57 +03:00 |
|
codegen.cpp
|
Add ret void to every function, to make sure one exists
|
2026-04-14 00:26:37 +03:00 |
|
codegen.h
|
Add compilation of casts
|
2026-04-13 21:08:57 +03:00 |
|
errors.h
|
Separate errors to own header-file
|
2026-04-13 00:24:18 +03:00 |
|
main.cpp
|
Improve binop typechecking
|
2026-04-13 23:16:39 +03:00 |
|
parsing.cpp
|
Tweak parsing
|
2026-04-14 14:17:17 +03:00 |
|
parsing.h
|
Use unique_ptrs everywhere again
|
2026-04-02 01:41:39 +03:00 |
|
result.h
|
Improve memory management for Result
|
2026-04-11 17:55:49 +03:00 |
|
tokens.cpp
|
Allow underscores in idents
|
2026-04-14 14:19:08 +03:00 |
|
tokens.h
|
Add literal strings
|
2026-04-11 22:03:38 +03:00 |
|
typechecker.cpp
|
Add ref and deref
|
2026-04-14 00:01:33 +03:00 |
|
typechecker.h
|
Add compilation of casts
|
2026-04-13 21:08:57 +03:00 |
|
types.cpp
|
Allow implicit cast from char to int
|
2026-04-13 21:45:58 +03:00 |
|
types.h
|
Improve binop result calculation
|
2026-04-13 23:50:07 +03:00 |