summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2023-08-11Fix printing raw tokens of directivesOxore
2023-08-11Fix size extension parsing in addr expressionOxore
2023-08-10Extract the parts counter out and increment it inside the loopOxore
2023-08-09Finally fix parsing indirect indexed addr argsOxore
2023-08-07Remove obsolete commentOxore
2023-08-07Extract function to parse sub arg inside parensOxore
2023-06-28Impl .def/.endef, fix instructions, ignore parsing errorsOxore
2023-06-28Add all directives and ignore themOxore
2023-06-28Impl .align and .file directives parsingOxore
2023-06-27Fix expression parsing and complex EA parsingOxore
2023-06-27Rearrange expression parsing routineOxore
2023-06-27Impl regmask parsingOxore
2023-06-26Impl expr validation, fix lex error testOxore
2023-06-26Fix reg parsing, refactor error messages, add more sanitizersOxore
2023-06-26Fix complex addr mode parsing, improve error messagesOxore
2023-06-25WIP: Impl some complex addressing modes parsingOxore
2023-06-25Fix parsing size specifierOxore
2023-06-25Impl lexing TT_DOT_ID to support parsing directivesOxore
2023-06-25Impl basics of instruction parsingOxore
2023-06-24Change lexer according to documentationOxore
2023-06-24Begin implementing parser, fix lexerOxore
2023-06-23Impl tokenizer more or lessOxore
2023-06-21Initial commitOxore