|
|
|
|
|
by cpeterso
4714 days ago
|
|
Very interesting language! Why are numbers quoted? It seems that many of the quotes could be optional (except when needed for parser disambiguation). From your examples: age is 1
name is Mary
friend is isla
You could also use '.' as an optional command delimiter (in addition to newline) for more prose like, such as: age is 1. name is Mary. friend is isla.
|
|
Quotes are required around number literals to maintain consistency with string literals.