-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #363 from pataei/main
Adding first draft of P4's abstract syntax to formalization doc
- Loading branch information
Showing
22 changed files
with
3,620 additions
and
543 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,9 @@ | ||
|
||
SPEC=Petr4-spec | ||
|
||
all: build/${SPEC}.pdf | ||
|
||
build/${SPEC}.pdf: ${SPEC}.mdk | ||
madoko --pdf -vv --png --odir=build $< | ||
|
||
build/${SPEC}.pdf: grammar.mdk p4.json | ||
|
||
html: ${SPEC}.mdk grammar.mdk p4.json | ||
madoko -vv --png --odir=build $< | ||
madoko -vv --odir=build $< | ||
|
||
clean: | ||
${RM} -rf build |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
madoko --pdf -vv --png --odir=build Petr4-spec.mdk | ||
madoko --pdf -vv --odir=build Petr4-spec.mdk |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters