redesigned how file is tokenised into string, keyword, identifier, bracket and character
added support for GOTOs and removed object recursive calls
This commit is contained in:
+2
-13
@@ -1,25 +1,14 @@
|
||||
@tim says "hello world, it's a good day"
|
||||
@tim change name "Timothy Fineshooter"
|
||||
@tim change boop "Timothy Fineshooter"
|
||||
@tim to fr
|
||||
label:
|
||||
choice "choice numero uno" {
|
||||
@tim animate wave
|
||||
@tim says "super sad"
|
||||
choice "choice numero uno" {
|
||||
@tim animate wave
|
||||
@tim says "super sad"
|
||||
}
|
||||
or "choice numero duo" {
|
||||
@tim says "super unsad"
|
||||
}
|
||||
or "choice numero tres" {
|
||||
@tim says "hola mi amigos"
|
||||
}
|
||||
}
|
||||
or "choice numero duo" {
|
||||
@tim says "super unsad"
|
||||
}
|
||||
or "choice numero tres" {
|
||||
@tim says "hola mi amigos"
|
||||
goto label
|
||||
}
|
||||
END
|
||||
|
||||
Reference in New Issue
Block a user