Developing this project does not make sense. Follow the Panda organization to support promising projectes of this kind.
A simple programming language written in C++, which syntax is similar to Java. Just a training.
A simple example of printing the text in the console:
public static void main() {
System.log("Hello World");
}
Cherry/
+--exmaples/ Example scripts written in Cherry
+--src/ Modules and sources
+--/cherry Cherry module
+--/cherry-core Cherry Core module
+--tests/ Sources of unit tests
+--CMakeLists.txt CMake build
- Single-File loader for scripts with .cherry extension
- Language elements
- Syntax
- Structures
- Standard library
- Interpreter
- Lexer
- Extractor
- Parser
- Analyzer
- Memory
- Runtime