ulas/.git
2023-11-20 Lukas KricklAdded comment support to instruction parser
2023-11-20 Lukas KricklWIP: first instructions are being parsed
2023-11-20 Lukas KricklWIP: asm step tokenizer
2023-11-20 Lukas KricklMoved output to separate functions
2023-11-20 Lukas KricklMade '-' a constant
2023-11-20 Lukas KricklFixed files
2023-11-20 Lukas KricklListing output is now using the correct file
2023-11-20 Lukas KricklWIP: added FILE* for symbol and listing buffer
2023-11-20 Lukas KricklWIP: instructions
2023-11-20 Lukas KricklWIP: instruction parsing
2023-11-20 Lukas KricklWIP: Added org directive
2023-11-20 Lukas KricklAdded group expressions
2023-11-20 Lukas KricklImplemented unary expressions
2023-11-20 Lukas KricklFixed some warnings
2023-11-20 Lukas KricklAdded more operators
2023-11-20 Lukas KricklAdded symbol to list of valid primary expressions
2023-11-20 Lukas KricklAdded equality expression
2023-11-20 Lukas KricklAdded literal expressions
2023-11-19 Lukas KricklWIP: expression eval
2023-11-19 Lukas KricklWIP: parser for int expressions
2023-11-19 Lukas KricklWIP: parser
2023-11-19 Lukas KricklAdded expression buffer
2023-11-19 Lukas KricklWIP: tokenizer
2023-11-19 Lukas KricklWIP: tokenizer adding special tokens
2023-11-19 Lukas KricklWIP: int expressions
2023-11-19 Lukas KricklFixed tag generator
2023-11-19 Lukas KricklAdded sessions to gitignore
2023-11-18 Lukas KricklSimplified token struct
2023-11-18 Lukas KricklWIP: Expression parsing
2023-11-18 Lukas KricklWIP: expression parser
2023-11-18 Lukas KricklAdded tests for symbol resolver
2023-11-18 Lukas KricklAdded tests for unterminated strings
2023-11-17 Lukas KricklFixed formatting
2023-11-17 Lukas KricklChanged back to clang-tidy
2023-11-17 Lukas KricklFixed switch indentation
2023-11-17 Lukas KricklAdded par to formatter
2023-11-17 Lukas KricklMoved to indent as formatter
2023-11-17 Lukas KricklAdded tests for string tokens and escaping
2023-11-17 Lukas KricklImplemented tests for int token and char token
2023-11-17 Lukas KricklRemoved remaining linter warnings
2023-11-17 Lukas KricklMoved all scripts to makefile
2023-11-17 Lukas KricklWIP: added some scripts
2023-11-17 Lukas KricklWIP: tokenizer
2023-11-15 Lukas KricklWIP: tokenizer
2023-11-15 Lukas KricklWIP: tokenizer
2023-11-15 Lukas KricklReplaced size_t with regular unsigned long
2023-11-15 Lukas KricklWIP: tokenizer
2023-11-15 Lukas KricklWIP: token buffer
2023-11-15 Lukas KricklWIP: expressions and values
2023-11-14 Lukas KricklWIP: int expressions
2023-11-14 Lukas KricklMoved asm step.
2023-11-13 Lukas KricklWIP: assembly directives
2023-11-13 Lukas KricklWIP: Assembly
2023-11-13 Lukas KricklAdded helper for makign str larger by an offset rather...
2023-11-13 Lukas KricklWIP: assembly
2023-11-13 Lukas KricklRemoved dead return
2023-11-13 Lukas KricklWIP: asm line
2023-11-13 Lukas KricklWIP: asm step
2023-11-13 Lukas KricklWIP: assembly step
2023-11-13 Lukas KricklPulled preproc init and free into their own function...
2023-11-12 Lukas KricklFixed tests
2023-11-12 Lukas KricklAdded \n trim to macro params
2023-11-12 Lukas KricklRemoved stray token check in preproc
2023-11-12 Lukas KricklAdded basic preprocessor to cli
2023-11-12 Lukas KricklFixed comment
2023-11-12 Lukas KricklAdded tests for ifdef and ifndef
2023-11-12 Lukas KricklWIP: ifdef
2023-11-11 Lukas KricklMaking sure that macro params will fit into the buffer
2023-11-11 Lukas KricklAdded some useful comments for macro expansion
2023-11-11 Lukas KricklFixed test case for define without a value so that...
2023-11-11 Lukas KricklAdded additional test case for define with no value
2023-11-11 Lukas Krickldefines and parameters now correctly expand white space...
2023-11-11 Lukas KricklUpdated macro expansion test
2023-11-11 Lukas KricklAdded special $$ macro variable
2023-11-11 Lukas KricklAdded simple docs for #define
2023-11-11 Lukas KricklAdded #undef directive
2023-11-11 Lukas KricklAdded preproc def lookup function for defined directives
2023-11-11 Lukas KricklRemoved stdbool
2023-11-11 Lukas KricklAdded more tests for macros
2023-11-10 Lukas KricklAdded TODO item for macro expansion. Currently I am...
2023-11-10 Lukas KricklAdded basic macro expansion
2023-11-10 Lukas KricklWIP: macro expansion
2023-11-10 Lukas KricklScript cleanup
2023-11-09 Lukas KricklRefactored naming in weldtok
2023-11-09 Lukas KricklRefactored tokenizer to allow for terminator tokens
2023-11-09 Lukas KricklAdded $ vars
2023-11-09 Lukas KricklWIP: macros
2023-11-09 Lukas KricklWIP: macro expand
2023-11-08 Lukas KricklWIP: macros expansion
2023-11-08 Lukas KricklWIP: macros
2023-11-07 Lukas KricklRefactored return code for preprocnext
2023-11-07 Lukas KricklDocumented behavior of preproc
2023-11-07 Lukas KricklSplit up preproc call to allow recursive calls in prepr...
2023-11-07 Lukas KricklAdded #define directive
2023-11-07 Lukas KricklWIP: added global assembly state
2023-11-07 Lukas KricklMade tokenizer better at... tokenizing
2023-11-07 Lukas KricklRemoved unused constants
2023-11-07 Lukas KricklRefactored tokenizer to use a dynamic string buffer
2023-11-06 Lukas KricklAdded panic macro
2023-11-06 Lukas KricklRe-worked preproc rules
next