Easier To Use Programming Language
- Easier To Use
- Semicolouns Are Optional
- Console With Inline Suggestion
else,elif,switch,class,case, keywords etc. are Not Implemented. Statement. Butand,or,not,True,False,Greater,Shorter, etc. Is Already Implemented- Multiple File Interpreting Into Single Script is Not Implemented
returnkeyword is not implemented outside statement/function
Build And Test The Source Code:
mkdir build && cd build
cmake ..
make
./src/orbitalCreate 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 Interpreterdocs/: Source Code Of Rich Docs (.rst) Of This Programming Language (How To Use?)src/: Main Program And Perser/Lexer Is Located.
