small programming language
Find a file
2024-10-10 17:32:21 +02:00
src Datatype byte and print function 2024-10-10 16:36:02 +02:00
submodules Updated submodule commit 2024-10-10 17:32:21 +02:00
templates Source code templates 2024-10-01 10:55:39 +02:00
test-inputs File splitting, object type 2024-10-10 15:54:22 +02:00
.gitignore .idea bin/ and build/ folder ignored 2024-10-08 22:47:20 +02:00
.gitmodules Dependency as submodule 2024-10-01 11:00:46 +02:00
CMakeLists.txt JetBrains CLion generated & modified CMakeLists.txt 2024-10-08 22:52:10 +02:00
LICENSE Initial commit 2024-10-01 10:54:55 +02:00
make.sh Fixed compile script, factorial.flup implemented 2024-10-08 23:25:04 +02:00
README.md Update README.md 2024-10-08 22:58:46 +02:00
Roadmap.md Edited roadmap to reflect the implemented features 2024-10-08 22:54:38 +02:00

flup

small programming language, innovative syntax and reverse polish notation
implemented in pure C