Skip to content
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.).


Navigate

Types, constants and variables

  • Variables and assignments
  • Language data types
  • Simple user-defined data types
  • Expressions and operators
  • Type-casting
  • Pointers

Flow control

Procedures and functions

  • Declarations
  • Arguments / Parameters
  • Return values
  • Overloading / Polymorhism
  • Advanced features
  • Lambdas

Aggregated data types

  • Arrays
  • Strings
  • Composition of Structs

Advanced features

Clone this wiki locally