Age | Commit message (Expand) | Author |
---|---|---|
2022-01-13 | start parsing binary ops | pommicket |
2022-01-13 | simple expressions | pommicket |
2022-01-12 | bad float implementation | pommicket |
2022-01-11 | more float stuff | pommicket |
2022-01-11 | untested first stab at floats | pommicket |
2022-01-11 | full multiply | pommicket |
2022-01-11 | powers of 10 | pommicket |
2022-01-11 | tokenizing string literals and identifiers | pommicket |
2022-01-11 | character constants | pommicket |
2022-01-11 | tokenizing integer literals | pommicket |
2022-01-11 | start tokenization | pommicket |
2022-01-09 | fix fmacro replacement | pommicket |
2022-01-09 | fmacros starting to work! | pommicket |
2022-01-08 | reading function-like macros | pommicket |
2022-01-08 | start translation phase 4 | pommicket |
2022-01-08 | preprocessing tokens | pommicket |
2022-01-07 | start C compiler | pommicket |