Added some missing specifications
This commit is contained in:
parent
4024aafd0e
commit
b08a2da037
|
|
@ -16,6 +16,10 @@ identified as necessary for a complete language specification.
|
|||
- Constants
|
||||
- Arrays of structs
|
||||
- Arrays of non-default types
|
||||
- Identifiers can be any ascii (or possibly unicode) string without whitespace,
|
||||
that doesn't start with a digit (`0-9`), `.`, or `:`, and doesn't include `::`
|
||||
- Integers and floats are allowed to use `_` as deliminator, they are ignored
|
||||
after lexing, they are just for the programer
|
||||
|
||||
### Arrays of non-default types and structs
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue