Age | Commit message (Expand) | Author |
---|---|---|
2022-01-27 | switch to using mmap for output file | pommicket |
2022-01-26 | struct/union definitions | pommicket |
2022-01-14 | various typing fixes | pommicket |
2022-01-14 | parsing fixes | pommicket |
2022-01-13 | simple expressions | pommicket |
2022-01-12 | clean up floats, floats which become infinity and zero | pommicket |
2022-01-12 | more complicated floats working so far | pommicket |
2022-01-12 | "nice" floating-point literals seem to work | pommicket |
2022-01-12 | better float idea | 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 | tokenizing string literals and identifiers | pommicket |
2022-01-11 | character constants | pommicket |
2022-01-11 | tokenizing integer literals | pommicket |
2022-01-11 | better keyword tokenization system | pommicket |
2022-01-11 | start tokenization | pommicket |