We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm really interested in the most complete formal semantics of llvm, and want to try it. But there are some challenge for me to try it.
I have tried "kompile semantics/llvm-semantics.k --backend java" in "5.4.0", and an error occurred:
[Error] Outer Parser: Encountered "[". Was expecting one of: ["List", "NeList", <UPPER_ID>, <NAT>] Source(/mounted/semantics/llvm-syntax.k) Location(25,35,25,35) 25 | syntax HexConstant ::= Token {[u s]?[0][x][K M L H]?[0-9 a-f A-F]*} [onlyLabel]
I really want to try this excellent work! Thank you so much!
The text was updated successfully, but these errors were encountered:
https://github.com/liyili2/llvm-semantics-1 gives the result
Sorry, something went wrong.
No branches or pull requests
I'm really interested in the most complete formal semantics of llvm, and want to try it. But there are some challenge for me to try it.
I have tried "kompile semantics/llvm-semantics.k --backend java" in "5.4.0", and an error occurred:
I really want to try this excellent work! Thank you so much!
The text was updated successfully, but these errors were encountered: