Erythro/tests
2023-04-24 03:03:31 +01:00
..
freeglut/include/GL Working on functions, symbols, and toward a GL hello world. 2021-03-15 01:22:47 +00:00
import Create import test files 2022-03-04 15:55:08 +00:00
old CLion reformatting pass, finish struct implementation 2022-03-03 00:05:10 +00:00
alias.er Implement alias - a faster typedef 2022-03-04 02:31:16 +00:00
breakcontinue.er Allow single statements in bodies of if, else, while and for 2022-03-06 01:52:37 +00:00
calls.c CLion reformatting pass, finish struct implementation 2022-03-03 00:05:10 +00:00
cat.er CLion reformatting pass, finish struct implementation 2022-03-03 00:05:10 +00:00
enum.er Implement enums and the foundation of a type alias system 2022-03-04 01:11:04 +00:00
gcctest.c Working on functions, symbols, and toward a GL hello world. 2021-03-15 01:22:47 +00:00
gl.er Fixes to parsing and function pointers. It's a hack but it... works? kinda? 2021-03-15 15:59:15 +00:00
print.em Fix rsp not being escaped properly in the Win32 GAS ASM generator 2023-04-23 19:20:09 +01:00
printf.er Fix rsp not being escaped properly in the Win32 GAS ASM generator 2023-04-23 19:20:09 +01:00
sieve.er Small fixes to assembly output 2022-03-06 02:28:42 +00:00
struct.er CLion reformatting pass, finish struct implementation 2022-03-03 00:05:10 +00:00
structbrutal.er CLion reformatting pass, finish struct implementation 2022-03-03 00:05:10 +00:00
switch.er Add switch statement, case and default handling, wire in the error handler for a sample program 2023-04-24 03:03:31 +01:00
test.java Refactor to generalise assembler output 2023-04-23 17:32:02 +01:00
union.er Implement unions and largest-element allocation 2022-03-03 02:44:07 +00:00