Skip to content

Commit

Permalink
More documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
virgil-serbanuta committed Nov 20, 2024
1 parent 81535c2 commit 10f243a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ulm-semantics/test/execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ module ULM-TEST-EXECUTION
rule (ulmCancel ~> expect_cancel) => .K
// BytesList is used to define bytes concatenation in tests, so the "+"
// uses below represent the test AST concatenation, which we are
// evaluating by concatenating the bytes.
syntax Bytes ::= concat(BytesList) [function, total]
rule concat(.BytesList) => b""
rule concat(B:Bytes + Bs:BytesList) => B +Bytes concat(Bs)
Expand Down

0 comments on commit 10f243a

Please sign in to comment.