descriptiona simple compiler with C-like syntax, it can compile the source code & link to ELF in Linux, support X86_64 & ARM64, etc.
ownerroot
last changeSun, 23 Aug 2026 07:38:51 +0000 (15:38 +0800)
shortlog
12 hours ago yu.dongliang1, support <ctype.h>, <float.h>, <limits.h>, <locale... master
28 hours ago yu.dongliang1, support <stdint.h>, <time.h>, <math.h> of musl libc.
3 days ago yu.dongliang1, support <errno.h>, <assert.h> of musl libc,
7 days ago yu.dongliang1, support 'va_copy()', 'offsetof()',
11 days ago yu.dongliang1, support recursive macro,
2026-08-09 yu.dongliang1, support -fpic to make PIC .o,
2026-08-05 yu.dongliang1, #include "stdio.h" of 'musl libc' ok,
2026-08-03 yu.dongliang1, add some error check for source code,
2026-08-01 yu.dongliang1, support macro: __VA_ARGS__, #error, support 'defined...
2026-07-27 yu.dongliangsupport -l, -L to set file path of dynamic lib*.so
2026-07-23 yu.dongliangsupport -I to set paths of .h file
2026-07-18 yu.dongliangsupport C style function ptr as args of function.
2026-07-16 yu.dongliangsupport 'typedef' for 'struct, union, array & function...
2026-07-12 yu.dongliangsplit code of x64 peephole to 2 files.
2026-07-10 yu.dongliang1, fix: the order of 'post ++/--' not right when make...
2026-07-09 yu.dongliangoptimize to decrease the binary X64 instuctions of...
...
tags
17 months ago v1.0 tag for Fizard 1.0
heads
12 hours ago master