Christoffer Lerno
|
dce171670f
|
Use printn rather than println. Add string methods for copying.
|
2023-02-04 19:48:42 +01:00 |
|
Christoffer Lerno
|
03b659373a
|
Make the quine use "String" rather than char[]
|
2023-01-26 21:19:16 +01:00 |
|
Christoffer Lerno
|
4561bf5a85
|
Add quine example.
|
2023-01-26 21:17:08 +01:00 |
|
Christoffer Lerno
|
4471ccff13
|
String works with printf. Example cleanup.
|
2022-07-26 01:15:36 +02:00 |
|
Christoffer Lerno
|
b52b42d4da
|
Complete transition to fn. Introduce global/threadlocal
|
2021-11-16 17:46:44 +01:00 |
|
Christoffer Lerno
|
564c93700e
|
Fixed bug that would intermittently arise from multiple contexts having the same pointer (should preferably be fixed in a different way later). Free all the arenas before codegen. Change "next" to "nextcase". Allow missing function parameters. Add "inline" structs.
|
2021-01-03 00:15:51 +01:00 |
|