-
Notifications
You must be signed in to change notification settings - Fork 0
Styler File
Kyle Brown edited this page Apr 20, 2020
·
1 revision
styles: identifier, keyword
pattern CLASS_DEF { KCLASS: @keyword, IDENT: @identifier, LBRACKET, BODY, RBRACKET }
// Potential shorthand
// pattern CLASS_DEF { KCLASS: @keyword, IDENT: @identifier, _* }
pattern STRUCT_DEF { KSTRUCT: @keyword, IDENT: @identifier, LBRACKET, BODY, RBRACKET }
pattern FUNC_DEF { TYPE, IDENT: @identifier, LPAREN, ARGS, RPAREN }
File Formats
- ladle.toml
- Lexer File
- Parser File
- Styler File
- Formatter File
- Scope File
- Token Stream File
- Parse Tree File
Model
Research