aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Change a few syntax constructs for consistencyBad Diode2024-06-192-13/+19
* Add basic while loopBad Diode2024-06-181-0/+18
* Add `cond` conditionalsBad Diode2024-06-181-33/+35
* Add enum parsingBad Diode2024-06-181-20/+42
* Fix some syntax issues with match casesBad Diode2024-06-181-3/+4
* Add parsing for match-case statementsBad Diode2024-06-181-0/+8
* Add parsing support for basic conditionals and blocksBad Diode2024-06-181-0/+19
* Add pointersBad Diode2024-06-181-0/+8
* Add array types and array symbol accessBad Diode2024-06-181-0/+5
* Add struct literalsBad Diode2024-06-181-13/+11
* Add let/set/struct parsingBad Diode2024-06-178-205/+57
* Adding basic strings and symbols parsingBad Diode2024-06-161-0/+4
* Add bitwise parsing operationsBad Diode2024-06-161-0/+7
* Add parsing for logical operatorsBad Diode2024-06-161-0/+13
* Add floating point number parsingBad Diode2024-06-161-1/+3
* Add graphviz visualization for the parse treeBad Diode2024-06-161-4/+7
* Setup initial Pratt parserBad Diode2024-06-161-0/+4
* Finish basic lexingBad Diode2024-06-151-1/+0
* Starting fresh with the `badlang`Bad Diode2024-06-141-0/+33
* Ensure EOF is handled properlyBad Diode2022-02-011-53/+38
* Add new syntax to lexer and prepare refactorBad Diode2022-02-012-0/+61
* Add fun sugar for function variable declarationv0.5Bad Diode2021-10-141-11/+23
* Add supress-errors primitive and variable testsBad Diode2021-10-131-0/+11
* Add a lot of primitive typesBad Diode2021-10-133-11/+13
* Add type introspection functions and testsBad Diode2021-10-102-7/+53
* Add list manipulation primitivesBad Diode2021-10-101-0/+15
* Add modulo primitive and stubs for other procsBad Diode2021-10-101-0/+4
* Add numerical comparison primitive proceduresBad Diode2021-10-101-0/+12
* Add cond special formBad Diode2021-10-101-0/+5
* Add if primitive procedureBad Diode2021-10-101-0/+9
* Add boolean primitives and more (better) testsBad Diode2021-10-102-9/+43
* Add initial testsBad Diode2021-10-091-0/+9