summaryrefslogtreecommitdiff
path: root/src/main.lisp
AgeCommit message (Expand)Author
2025-04-21update copyrightbd
2025-04-16Add licensing informationbd
2025-04-11Add a few new test filesbd
2025-04-10Add write raw bytes stagebd
2025-04-10Add untested (but works on the single input file) code emissionbd
2025-04-10Messy data sectionbd
2025-04-09Properly maintain a hashmap of labels, lots of minor code cleanupsbd
2025-04-09Successfully parse every instruction typebd
2025-04-08Add parsing functionality for R-type expressionsbd
2025-04-03Add lexing for immediates, keywords, and associated testsbd
2025-03-20Edit logic in main to error if passed file could not be opened.bd
2025-03-20Add logic to open file, lex single character symbols, testsbd
2025-03-16Add clingon command-line arg parser, finish test harness setupbd
2025-03-16Prune dead filesbd
2025-03-16Added and configured fiveam test suitebd