aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/tic2000.ts
Commit message (Collapse)AuthorAge
* War on @ts-expect-error (#5171)gh-7856Jeremy Rifkin2023-06-18
| | | | | Following up on #5170, let's just get rid of @ts-expect-error and @ts-ignore completely in the codebase. (Well almost) On top of #5170
* Add minimal TI-C2000 compiler support (#4625)gh-7049Jeremy Overesch2023-04-05
This adds the ability to use TI's C2000 compiler with basic directive filtering and assembly code parsing.