| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A type-safe, interpreted, procedural, object oriented language intended to be a subset of C/C++ syntax. Cx intended use is aimed towards system administrative tasks, and network programmability.
#include stdio
using std;
int main(){
puts("Hello, World!");
return 0;
}Popular compilers which support C++11 are used to build the Cx interpreter.
Cx language features are restricted to the C++11 standard library and will compile on OSX, Linux, and Windows. Any features deemed platform specific will be implemented in dynamic libraries which can be loaded at run-time.
All documentation will be posted and updated at the link below. More information may be found in Cx/doc
This project is for educational purposes only.
Sections currently in progress include:
types, and type safety
dynamic run time stack
expressions and operators
standard statements
documentation and project organization
Fork the repo. All of your changes are to be made on your copy of the repo. Changes to the master repo are done via pull requests followed by code review.
| Back | FazBrowse Home | New Git URL |