All Projects → dzikoysk → Cherry

dzikoysk / Cherry

Licence: apache-2.0
A simple programming language written in C++, which syntax is similar to Java.

Cherry

Abandoned

Developing this project does not make sense. Follow the Panda organization to support promising projectes of this kind.

About

A simple programming language written in C++, which syntax is similar to Java. Just a training.

Example

A simple example of printing the text in the console:

public static void main() {
    System.log("Hello World");
}

Repository structure

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

Features

  • [x] Single-File loader for scripts with .cherry extension
  • [ ] Language elements
    • [ ] Syntax
    • [ ] Structures
    • [ ] Standard library
  • [ ] Interpreter
    • [ ] Lexer
    • [ ] Extractor
    • [ ] Parser
    • [ ] Analyzer
  • [ ] Memory
  • [ ] Runtime
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].