aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/hello.c
Commit message (Collapse)AuthorAgeFilesLines
* implement most of preprocessor lemon2025-10-131-1/+1
| | | | | | | | - concatenation (##) - builtin macros (__FILE__ etc) - fails in some edge cases, and code needs cleanup - add embedded system include files (stddef.h, stdarg.h for now) - can handle stdio.h now
* basic cli driver lemon2023-06-181-3/+3
|
* isel skeleton lemon2023-06-101-3/+2
|
* codegen skeleton lemon2023-06-061-2/+2
|
* strlits lemon2023-06-051-0/+5