docs: Add section 4.2
Also update to latest revision of mkdocs semiliterate plugin. Up next: using SPT as an alternate means of running Stratego.
This commit is contained in:
parent
8536d6a469
commit
2357e1f220
11 changed files with 90 additions and 10 deletions
|
@ -8,7 +8,7 @@ Title: Concrete Syntax
|
|||
The current Spoofax/Eclipse IDE is oriented around individual language
|
||||
projects. Therefore in order to work with ASTs of the SPL
|
||||
[abstract syntax](../README.md#abstract-syntax) that we just saw, it's easiest to
|
||||
define a concrete syntax for SPL, with the following SDF3 definition:
|
||||
define a concrete syntax for SPL, via the following SDF3 definition:
|
||||
|
||||
*[SPL]: Spoofax Propositional Language
|
||||
|
||||
|
|
1
syntax/examples/sec4.2_test3.spl
Normal file
1
syntax/examples/sec4.2_test3.spl
Normal file
|
@ -0,0 +1 @@
|
|||
(r -> p & q) & p
|
Loading…
Add table
Add a link
Reference in a new issue