ulas/.git
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
2023-11-06 Lukas KricklWIP: preproc directive detection
2023-11-06 Lukas KricklRemoved most malloc calls
2023-11-06 Lukas KricklWIP: Added test for tokline
2023-11-06 Lukas KricklWIP: tokenizer
2023-11-05 Lukas KricklWIP: preproc
2023-11-05 Lukas KricklCleaned up tokenizer
2023-11-05 Lukas KricklThe tokenizer now skips leading terminator characters
2023-11-05 Lukas KricklWIP: added simple tokenizer with tests
2023-11-05 Lukas KricklWIP: preprocessor
2023-11-05 Lukas KricklWIP: expression and token definitions
2023-11-05 Lukas KricklWIP: basic io
2023-11-05 Lukas KricklWIP: cli args
2023-11-04 Lukas KricklInitial commit
2023-11-04 Lukas KricklUpdated readme
2023-11-04 Lukas KricklInitial commit