This is the current status of the website about Hyper. The objective of
this website is to eventually document everything about the language.
Already documented
This is a list of the Hyper language features that are already more
or less documented on this website:
syntax things
reserved keywords
comments
spreading statements over multiple lines (line continuation)
sourcefiles
declarations
namespaces
classes
class fields
parameters
procedures
constructors
variables
types
class types
pointer types
array types
expressions
operator precedence
unary operator expressions
binary operator expressions
postfix operator expressions
conditional expressions
chained compare operator expressions
literal expressions
new expressions
procedure calls
statements
break statement
continue statement
if statement
iterate statement
loop statement
return statement
assignment statements
procedure calls
increment/decrement statement
class reference
built-in classes (not all class members are documented yet)
standard output support
Not yet documented
This is a list of the language features that are not yet documented.
This list could be incomplete. It is just a to-do list. Some of
these features could be used undocumented in examples of documented
features. There is a good chance that the most recent
compiler release does not yet support
the features listed here.