Initial commit with a few basic files

This commit is contained in:
2024-10-19 21:08:09 +11:00
commit 655827f672
4 changed files with 97 additions and 0 deletions

40
docs/reserved-words.md Normal file
View File

@@ -0,0 +1,40 @@
# Reserved Words
The following list of words have special meaning to the language, so they can't be used as names for variables or functions.
```txt
any
as
assert
bool
break
class
const
continue
do
else
export
false
float
fn
for
foreach
if
import
in
int
null
of
opaque
print
return
string
true
type
typeas
typeof
var
while
yield
```