2021-01-30 20:27:10 +00:00
|
|
|
module Syntax
|
|
|
|
|
|
|
|
imports
|
|
|
|
|
|
|
|
libspoofax/color/default
|
|
|
|
completion/colorer/fostr-cc-esv
|
|
|
|
|
|
|
|
language
|
|
|
|
|
|
|
|
table : target/metaborg/sdf.tbl
|
2021-02-01 08:29:00 +00:00
|
|
|
start symbols : Start
|
2021-01-30 20:27:10 +00:00
|
|
|
|
|
|
|
line comment : "//"
|
|
|
|
block comment : "/*" * "*/"
|
|
|
|
fences : [ ] ( ) { }
|
|
|
|
|
|
|
|
menus
|
|
|
|
|
|
|
|
menu: "Syntax" (openeditor)
|
|
|
|
|
|
|
|
action: "Format" = editor-format (source)
|
|
|
|
action: "Show parsed AST" = debug-show-aterm (source)
|
2021-02-10 20:47:34 +00:00
|
|
|
action: "Desugar AST" = debug-desugar-fostr (source)
|
2021-01-30 20:27:10 +00:00
|
|
|
|
|
|
|
views
|
|
|
|
|
|
|
|
outline view: editor-outline (source)
|
|
|
|
expand to level: 3
|