ulas/.git
19 months agoRemoved unused constants
Lukas Krickl [Tue, 7 Nov 2023 07:14:05 +0000 (08:14 +0100)]
Removed unused constants

19 months agoRefactored tokenizer to use a dynamic string buffer
Lukas Krickl [Tue, 7 Nov 2023 07:06:10 +0000 (08:06 +0100)]
Refactored tokenizer to use  a dynamic string buffer

19 months agoAdded panic macro
Lukas Krickl [Mon, 6 Nov 2023 19:41:22 +0000 (20:41 +0100)]
Added panic macro

19 months agoRe-worked preproc rules
Lukas Krickl [Mon, 6 Nov 2023 19:36:57 +0000 (20:36 +0100)]
Re-worked preproc rules

19 months agoWIP: preproc directive detection
Lukas Krickl [Mon, 6 Nov 2023 19:16:51 +0000 (20:16 +0100)]
WIP: preproc directive detection

19 months agoRemoved most malloc calls
Lukas Krickl [Mon, 6 Nov 2023 19:04:54 +0000 (20:04 +0100)]
Removed most malloc calls

19 months agoWIP: Added test for tokline
Lukas Krickl [Mon, 6 Nov 2023 17:03:41 +0000 (18:03 +0100)]
WIP: Added test for tokline

19 months agoWIP: tokenizer
Lukas Krickl [Mon, 6 Nov 2023 05:38:08 +0000 (06:38 +0100)]
WIP: tokenizer

19 months agoWIP: preproc
Lukas Krickl [Sun, 5 Nov 2023 19:18:22 +0000 (20:18 +0100)]
WIP: preproc

19 months agoCleaned up tokenizer
Lukas Krickl [Sun, 5 Nov 2023 18:46:13 +0000 (19:46 +0100)]
Cleaned up tokenizer

19 months agoThe tokenizer now skips leading terminator characters
Lukas Krickl [Sun, 5 Nov 2023 18:42:40 +0000 (19:42 +0100)]
The tokenizer now skips leading terminator characters

19 months agoWIP: added simple tokenizer with tests
Lukas Krickl [Sun, 5 Nov 2023 18:27:24 +0000 (19:27 +0100)]
WIP: added simple tokenizer with tests

19 months agoWIP: preprocessor
Lukas Krickl [Sun, 5 Nov 2023 13:50:10 +0000 (14:50 +0100)]
WIP: preprocessor

19 months agoWIP: expression and token definitions
Lukas Krickl [Sun, 5 Nov 2023 07:29:31 +0000 (08:29 +0100)]
WIP: expression and token definitions

19 months agoWIP: basic io
Lukas Krickl [Sun, 5 Nov 2023 07:03:08 +0000 (08:03 +0100)]
WIP: basic io

19 months agoWIP: cli args
Lukas Krickl [Sun, 5 Nov 2023 05:54:50 +0000 (06:54 +0100)]
WIP: cli args

19 months agoInitial commit
Lukas Krickl [Sat, 4 Nov 2023 20:48:46 +0000 (21:48 +0100)]
Initial commit

19 months agoUpdated readme
Lukas Krickl [Sat, 4 Nov 2023 20:31:40 +0000 (21:31 +0100)]
Updated readme

19 months agoInitial commit
Lukas Krickl [Sat, 4 Nov 2023 20:28:52 +0000 (21:28 +0100)]
Initial commit