aboutsummaryrefslogtreecommitdiff
path: root/src/lexer.c
Commit message (Expand)AuthorAgeFilesLines
* [C]: Add `here` keyword that evaluates to a string with it's locationMustafa Quraish2022-02-061-0/+9
* Some very minor fixes (look at message)Mustafa Quraish2022-02-051-0/+1
* Add support for some more binary ops: |, &, ^Mustafa Quraish2022-02-051-0/+1
* Minor fixes, rearranging, whitespace trimming. No functional changes.Mustafa Quraish2022-02-041-5/+5
* Add support for basic structsMustafa Quraish2022-02-031-0/+1
* Add support for `char` type + string/char literalsMustafa Quraish2022-02-021-0/+27
* Add initial support for arrays (also no testing)Mustafa Quraish2022-02-021-0/+2
* Add ability to import other filesMustafa Quraish2022-01-311-1/+20
* Make `Lexer_new` return a pointer instead of the object.Mustafa Quraish2022-01-311-5/+5
* Put tokens in their own macro to allow looping over themMustafa Quraish2022-01-301-14/+5
* Rename `cup` directory to `src`Mustafa Quraish2022-01-301-0/+238