mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 21:21:33 +00:00
implement basic type annotations (not yet used or declarable)
This commit is contained in:
@ -50,6 +50,7 @@ enum class TokenType(vararg val properties: TokenTypeProperty) {
|
||||
Mod(ManyChars("mod"), KeywordFamily),
|
||||
Rem(ManyChars("rem"), KeywordFamily),
|
||||
Comma(SingleChar(',')),
|
||||
Colon(SingleChar(':')),
|
||||
DotDotDot(ManyChars("...")),
|
||||
DotDot(ManyChars(".."), Promotion('.', DotDotDot)),
|
||||
Dot(SingleChar('.'), Promotion('.', DotDot)),
|
||||
|
Reference in New Issue
Block a user