From 62b15a107796783316e241bae8a3ea3c3eebf09d Mon Sep 17 00:00:00 2001 From: Krzosa Karol Date: Fri, 14 Jun 2024 09:07:55 +0200 Subject: [PATCH] Update README --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 8cfe802..f3b2303 100644 --- a/README.md +++ b/README.md @@ -81,12 +81,6 @@ clang++ src/build_tool/main.cpp -o bld.exe You only need to compile the build tool once. Afterwards just call `./bld.exe`. There are multiple testing options so checkout: `./bld.exe --help`. -## Further plans - -- **My priority is to improve the C user API, harden the compiler, accommodate things that I didn't foresee and stuff like that.** -- I want to implement a bytecode backend (in the future) so that the language can be used like Lua. -- New features are of second priority unless they important. I'm considering the addition of overloaded procedures because it would greatly aid in writing macros. - # Language overview The language is strictly procedural, I have taken most of the inspiration from C, Golang, Ion, Jai and Odin. There are no classes, methods etc. only procedures and data types.