Skip to content

hobbyprogrammer186/Orbital

Repository files navigation

Orbital Banner

Orbital

Easier To Use Programming Language

Features

  • Easier To Use
  • Semicolouns Are Optional
  • Console With Inline Suggestion

Incomplete Feature/Functionality

  • else, elif, switch, class, case, keywords etc. are Not Implemented. Statement. But and, or, not, True, False, Greater, Shorter, etc. Is Already Implemented
  • Multiple File Interpreting Into Single Script is Not Implemented
  • return keyword is not implemented outside statement/function

Contribute

Build And Test The Source Code:

mkdir build && cd build
cmake ..
make
./src/orbital

Create The Rich Text Documention

mkdir build && cd build
cmake ..
make docs

And Compiled Rich Docs Is Located At build/docs/

  • io/orbtlio.cpp: Predefiend Standard Functions.
  • include/: Header Files Of This Interpreter
  • docs/: Source Code Of Rich Docs (.rst) Of This Programming Language (How To Use?)
  • src/: Main Program And Perser/Lexer Is Located.

About

Easier To Use Programming Language

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors