aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* [cup] Add `>>` and `<<` operators, `fork()` buildin and `SYS_execve`HEADmasterMustafa Quraish2022-02-081-0/+4
|
* Remove default initialization to 0 for variable declarationsMustafa Quraish2022-02-021-1/+6
| | | | | | This made sense when all variables were of the same size, but now with arrays we don't initialize them by default. Perhaps we should find a way to 0-initialize all the memory?
* Update build system to use MakefileMustafa Quraish2022-01-301-1/+3
| | | | | | | | | `make` to compile the compiler `make XXX.out` to assemble/link `XXX.nasm` into an executable `make test` to run all tests `make tests/XXX` to run `tests/XXX.sh` test file `./run.sh <cupcc args>` to build, compile, run and show exit code
* Ignore nasm, object and executable filesMustafa Quraish2022-01-281-1/+5
|
* Initial commit + start of lexerMustafa Quraish2022-01-241-0/+5