init: SDF3/Statix project as initialized by Spoofax
This commit is contained in:
commit
9ecfa63f58
20 changed files with 515 additions and 0 deletions
16
trans/fostr.str
Normal file
16
trans/fostr.str
Normal file
|
@ -0,0 +1,16 @@
|
|||
module fostr
|
||||
|
||||
imports
|
||||
|
||||
completion/completion
|
||||
pp
|
||||
outline
|
||||
analysis
|
||||
|
||||
rules // Debugging
|
||||
|
||||
debug-show-aterm:
|
||||
(node, _, _, path, project-path) -> (filename, result)
|
||||
with
|
||||
filename := <guarantee-extension(|"aterm")> path
|
||||
; result := node
|
Loading…
Add table
Add a link
Reference in a new issue