mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 21:21:33 +00:00
vm: very basic virtual machine
This commit is contained in:
@ -76,7 +76,6 @@ enum class TokenType(vararg val properties: TokenTypeProperty) {
|
||||
))),
|
||||
BlockComment(CharConsume(MatchedCharConsumer("/*", "*/")), CommentFamily),
|
||||
LineComment(CharConsume(MatchedCharConsumer("//", "\n", AllowEofTermination)), CommentFamily),
|
||||
Struct(ManyChars("struct"), KeywordFamily),
|
||||
EndOfFile;
|
||||
|
||||
val promotions: List<Promotion> =
|
||||
|
Reference in New Issue
Block a user