Added the keywards and types t#01
This commit is contained in:
29
tests/test_keywards.alpha
Normal file
29
tests/test_keywards.alpha
Normal 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
10
tests/test_types.alpha
Normal file
@ -0,0 +1,10 @@
|
||||
integer
|
||||
Integer
|
||||
address
|
||||
Address
|
||||
Boolean
|
||||
boolean
|
||||
character
|
||||
Character
|
||||
string
|
||||
String
|
Reference in New Issue
Block a user