Skip to content

Commit

Permalink
pancake: update README, shared memory syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mktnk3 committed Mar 19, 2024
1 parent 2216257 commit cd7dd27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pancake/parser/README.md
Expand Up @@ -2,6 +2,8 @@ The Pancake parser.

[panConcreteExamplesScript.sml](panConcreteExamplesScript.sml):
* Pancake concrete syntax examples
* 9th May 2023: Updated with function declarations
* March 2024: Updated with shared memory instructions

[panLexerScript.sml](panLexerScript.sml):
* The beginnings of a lexer for the Pancake language.
Expand Down
1 change: 1 addition & 0 deletions pancake/parser/panConcreteExamplesScript.sml
@@ -1,6 +1,7 @@
(**
* Pancake concrete syntax examples
* 9th May 2023: Updated with function declarations
* March 2024: Updated with shared memory instructions
*)
open HolKernel Parse boolLib bossLib stringLib numLib intLib;
open preamble panPtreeConversionTheory;
Expand Down

0 comments on commit cd7dd27

Please sign in to comment.