Added the keywards and types t#01

This commit is contained in:
Meyer Simon
2025-02-07 14:34:37 -05:00
parent bfe8cc35dd
commit 78c743736c
6 changed files with 1943 additions and 5 deletions

29
tests/test_keywards.alpha Normal file
View File

@ -0,0 +1,29 @@
while
While
whiLe
if
IF
If
iF
then
Then
theN
else
eLse
elSe
Else
type
Type
tyPe
function
Function
functioN
return
Return
returN
external
External
exteRnal
as
As
aS

10
tests/test_types.alpha Normal file
View File

@ -0,0 +1,10 @@
integer
Integer
address
Address
Boolean
boolean
character
Character
string
String