vegowotenks vegowotenks · er/ihm
  • Joined on 2024-09-06
vegowotenks pushed to main at vegowotenks/utilitiec 2024-10-13 18:20:33 +02:00
60c3f81884 Implemented BinaryTree_Remove() and wrote a test for it
34201c1165 TODO for potential efficiency loss
Compare 2 commits »
vegowotenks pushed to main at vegowotenks/flup 2024-10-10 18:59:35 +02:00
c12e763b28 implementation of useful error messages
vegowotenks pushed to main at vegowotenks/flup 2024-10-10 18:54:41 +02:00
2ce8200366 make.sh with small message on success
471cf679cd List type and generic base type, char wrapper type
Compare 2 commits »
vegowotenks pushed to main at vegowotenks/flup 2024-10-10 17:34:35 +02:00
647f739d08 Updated submodule commit
vegowotenks pushed to main at vegowotenks/flup 2024-10-10 16:36:14 +02:00
4fae5d63a6 Datatype byte and print function
vegowotenks pushed to main at vegowotenks/utilitiec 2024-10-10 15:58:10 +02:00
a30f259121 New StringView function: SpanWhile
vegowotenks pushed to main at vegowotenks/flup 2024-10-10 15:54:37 +02:00
3f05fa5141 File splitting, object type
vegowotenks pushed to main at vegowotenks/flup 2024-10-08 23:25:08 +02:00
5313cc5603 Fixed compile script, factorial.flup implemented
aec860a6b8 Portable print function using inttypes, multiplication
Compare 2 commits »
vegowotenks pushed to main at vegowotenks/flup 2024-10-08 22:58:48 +02:00
a663ce2044 Update README.md
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