chore: Switch to this repository from predecessor
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9ecfa63f58
commit
7b00b01856
23 changed files with 733 additions and 32 deletions
|
@ -6,7 +6,7 @@ imports
|
|||
|
||||
language
|
||||
|
||||
// see README.md for details on how to switch to multi-file analysis
|
||||
// see docs/implementation.md for details on how to switch to multi-file analysis
|
||||
|
||||
observer : editor-analyze (constraint) // (multifile)
|
||||
|
||||
|
|
6
editor/Generation.esv
Normal file
6
editor/Generation.esv
Normal file
|
@ -0,0 +1,6 @@
|
|||
module Generation
|
||||
menus
|
||||
menu: "Generation" (openeditor)
|
||||
action: "Python" = to-python
|
||||
action: "Javascript" = to-javascript
|
||||
action: "Haskell" = to-haskell
|
|
@ -4,6 +4,7 @@ imports
|
|||
|
||||
Syntax
|
||||
Analysis
|
||||
Generation
|
||||
|
||||
language
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ imports
|
|||
language
|
||||
|
||||
table : target/metaborg/sdf.tbl
|
||||
start symbols : Start
|
||||
start symbols : Ex
|
||||
|
||||
line comment : "//"
|
||||
block comment : "/*" * "*/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue