VegOwOtenks · er/ihm
  • Joined on 2024-09-06
VegOwOtenks pushed to main at VegOwOtenks/flup 2024-10-08 22:58:33 +02:00
76b1a0f6f7 Update README.md
VegOwOtenks pushed to main at VegOwOtenks/flup 2024-10-08 22:54:42 +02:00
6ccf576136 Edited roadmap to reflect the implemented features
VegOwOtenks pushed to main at VegOwOtenks/flup 2024-10-08 22:52:12 +02:00
bba1e2a00f JetBrains CLion generated & modified CMakeLists.txt
b17df7cb40 Interpreter input files for testing
2b9e33b106 .idea bin/ and build/ folder ignored
06f385d6b0 cleanup and implementation of builtin functions
78bb3321d8 implements inner function definition in function body
Compare 6 commits »
VegOwOtenks pushed to main at VegOwOtenks/flup 2024-10-08 13:58:06 +02:00
b7f11d1fc2 Implements binding variables (including name shadowing)
VegOwOtenks pushed to main at VegOwOtenks/flup 2024-10-08 12:34:48 +02:00
8ab0282199 First error message!
VegOwOtenks pushed to main at VegOwOtenks/flup 2024-10-08 12:30:22 +02:00
af2574b769 Updated roadmap
16d77f494b New tokenizer tokens for variable binding
Compare 2 commits »
VegOwOtenks pushed to main at VegOwOtenks/flup 2024-10-08 12:13:17 +02:00
22394b2d6e Roadmap.md file, fixed main frame memory leak
VegOwOtenks pushed to main at VegOwOtenks/flup 2024-10-08 11:12:52 +02:00
fcdbc8e6a9 Fixed uninitialised memory bug
VegOwOtenks pushed to main at VegOwOtenks/flup 2024-10-08 10:49:51 +02:00
4259c1940c submodule commit bump-up
VegOwOtenks pushed to main at VegOwOtenks/utilitiec 2024-10-08 10:49:36 +02:00
10be4dfbbf Implemented iterating macros
VegOwOtenks pushed to main at VegOwOtenks/flup 2024-10-02 15:42:10 +02:00
9dbb9e882c Turing-Complete now
VegOwOtenks pushed to main at VegOwOtenks/flup 2024-10-01 21:37:30 +02:00
3bf4a73c2e Did some work today, including function parsing
VegOwOtenks pushed to main at VegOwOtenks/utilitiec 2024-10-01 21:37:08 +02:00
c2c3c2d96e Implemented Scratchpad_ReserveAligned and refactored internally
VegOwOtenks pushed to main at VegOwOtenks/flup 2024-10-01 11:07:53 +02:00
85192bb4c1 adjusted new include paths
3b142cf066 removed include symlink
Compare 2 commits »
VegOwOtenks pushed to main at VegOwOtenks/utilitiec 2024-10-01 11:06:06 +02:00
7d8ba6fc28 More functional-style stringview functions
VegOwOtenks pushed to main at VegOwOtenks/flup 2024-10-01 11:00:51 +02:00
9492ede4f8 Dependency as submodule
VegOwOtenks created branch main in VegOwOtenks/utilitiec 2024-10-01 10:59:33 +02:00
VegOwOtenks pushed to main at VegOwOtenks/utilitiec 2024-10-01 10:59:33 +02:00
baa4a148fe Fixed indentation issue
1b3d007ec2 StringView_Partition for One-Off Splits
1a330b3c9b DynamicBuffer rename
a0da4ce1a3 Subprocess with pipe capturing
7a3f1955b9 Removed unused import
Compare 10 commits »
VegOwOtenks created repository VegOwOtenks/utilitiec 2024-10-01 10:57:55 +02:00
VegOwOtenks pushed to main at VegOwOtenks/flup 2024-10-01 10:56:56 +02:00
31d96327bd Tokenizing and printing