Skip to content

Commit

Permalink
Fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
virgil-serbanuta committed Jan 27, 2025
1 parent f7ae4cc commit 5703267
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
24 changes: 0 additions & 24 deletions pykwasm/src/pykwasm/kdist/wasm-semantics/binary-parsing/func.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ module BINARY-PARSER-INT [private]
=> intResult(buildLeb128UInt(L), BWI)
rule #parseLeb128UInt(E:ParseError) => E
syntax Int ::= buildLeb128UInt(Ints) [function, total]
rule buildLeb128UInt(.Ints) => 0
rule buildLeb128UInt(Value:Int L:Ints) => Value +Int 128 *Int buildLeb128UInt(L)
syntax IntResult ::= #parseLeb128SInt(IntsResult) [function, total]
rule parseLeb128SInt(BWI:BytesWithIndex) => #parseLeb128SInt(parseLeb128IntChunks(BWI))
Expand Down

0 comments on commit 5703267

Please sign in to comment.