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.
- Which K-Version should I use?
- Which Backend should I use?
- Which file should I kompile?
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!
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!