docs: Initiate building documentation with mkdocs
Also lay out the structure of the documentation and supply a decent introduction. Also (unsuccessfully) attempt to get the first example of a Stratego transformation from the manual implemented and documented.
This commit is contained in:
parent
412bd679f1
commit
56b8b921dc
16 changed files with 251 additions and 6 deletions
1
syntax/examples/sec4.1_A.spl
Normal file
1
syntax/examples/sec4.1_A.spl
Normal file
|
@ -0,0 +1 @@
|
|||
(1 -> 0) & 0
|
1
syntax/examples/sec4.1_B.spl
Normal file
1
syntax/examples/sec4.1_B.spl
Normal file
|
@ -0,0 +1 @@
|
|||
p & 0
|
1
syntax/examples/sec4.1_test1.spl
Normal file
1
syntax/examples/sec4.1_test1.spl
Normal file
|
@ -0,0 +1 @@
|
|||
(1 -> 0 & 1) & 1
|
1
syntax/examples/sec4.1_test2.spl
Normal file
1
syntax/examples/sec4.1_test2.spl
Normal file
|
@ -0,0 +1 @@
|
|||
(1 -> p & q) & p
|
Loading…
Add table
Add a link
Reference in a new issue