Flora is an interpreted language. At present, it is still very minimal and not yet usable. We are working on implementing internal algorithms, including big integer arithmetic.
You can find the source code in the "Code" section. We welcome you to discover and point out any bugs in the code! Creating an issue is a great way to give feedback. Each directory's function closely matches its name, so we believe there is no need for excessive explanation about the project structure here.
You can compile directly using: g++ main.cpp -o main -std=g++23
. CMakeLists is also available as an option.
Flora 是一门解释性语言。目前它还非常简略,无法使用,我们正在实现内部算法以及大整数等。
您可以在 Code 一栏找到具体代码。欢迎您发现代码错误并指出!Issue 是一个很不错的方式。目前各目录的功能都与目录名称密切相关,所以我认为这里不需要过多有关项目的解释。
您可以直接 g++ main.cpp -o main -std=g++23
以编译。不过,CmakeLists 也是可选的。
Yiming Wu / freeHackerJava
...