-
Notifications
You must be signed in to change notification settings - Fork 80
Disclaimers
Paolo Angeli edited this page Sep 21, 2019
·
17 revisions
Unless otherwise noted, at the time of the editing, everything described in these documents is/was implemented and is/was currently working on the prototype of the Jai compiler. As the latter is not yet released, everything in these documents is subject to change.
The content of these documents is meant to be updated by the contributors and by the community of the followers of the programming language until the creator will, eventually and hopefully, release an official version.
Especially if enough people "will bother him enough" (cit.).
These documents were verified using Grammarly free browser plugin for Chrome. Please use some spell checker before submitting new content.
- Variables and assignments
- Language data types
- Simple user-defined data types
- Expressions and operators
- Type-casting
- Pointers
- Declarations
- Arguments / Parameters
- Return values
- Overloading / Polymorhism
- Advanced features
- Lambdas
- Arrays
- Strings
- Composition of Structs
- Metaprogramming
- Templates / Generics