diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-06-08 12:19:42 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-06-08 12:19:42 +0330 |
commit | 47177fdfe2758789efe7941de6007a3fb7105f82 (patch) | |
tree | ba54d2534286d9ea734c724e03f286b4e4f86144 /README.md | |
parent | 44cf97674be6da6790281d59f43b22c88a6360e6 (diff) |
generalizing compiler instead of relaying on gcc
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -23,7 +23,7 @@ A strongly statically typed programming language with a simple and friendly synt * Linux or *nix like OS * git * gnu make -* gcc (you can use clang or tcc but you have to change make for it) +* c compiler (gcc, clang, tcc, ...) * libffi (for calling C functions) # How to use ? @@ -67,6 +67,8 @@ main :: () -> void { * ~Overloading [] operator~ * ~Add code injection~ * Add macro +* Add \u and \x to char +* Add vararg * Add enum * Compile AST to BBA * Compile BBA to ASM |