| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [cup] Self-hosting is now possible! Make some tweaks to match C output | Mustafa Quraish | 2022-02-07 | 1 | -2/+2 |
| * | Add `lseek` and `mmap` syscall info | Mustafa Quraish | 2022-02-05 | 1 | -1/+16 |
| * | Add `OS_IS_MACOS` and `OS_IS_LINUX` constants as builtins | Mustafa Quraish | 2022-02-05 | 1 | -0/+8 |
| * | Allow `builtins.c` to inject constants into program, use for syscalls | Mustafa Quraish | 2022-02-05 | 1 | -48/+57 |
| * | Add `exit()` syscall builtin | Mustafa Quraish | 2022-02-03 | 1 | -0/+3 |
| * | Add helper to create builtins for syscalls + implement `read()` | Mustafa Quraish | 2022-02-03 | 1 | -17/+117 |
| * | Remove `putc` intrinsic and replace with `write(fd, buf, size)` | Mustafa Quraish | 2022-02-03 | 1 | -4/+6 |
| * | Move builtins to a separate file | Mustafa Quraish | 2022-02-03 | 1 | -0/+47 |