1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
(ocamllex AArch64Lexer ARMLexer BPFLexer BellLexer CLexer lexHint
lexOutMapping lexRename lexSplit lexUtils MIPSLexer modelLexer PPCLexer
RISCVLexer scopeLexer splitter stateLexer X86Lexer X86_64Lexer echo
dirtyBit cacheType lexScan JavaLexer)
(menhir
(modules PPCParser)
(flags --fixed-exception))
(menhir
(modules ARMParser)
(flags --fixed-exception))
(menhir
(modules BPFParser)
(flags --fixed-exception))
(menhir
(modules MIPSParser)
(flags --fixed-exception))
(menhir
(modules X86Parser)
(flags --fixed-exception))
(menhir
(modules X86_64Parser)
(flags --fixed-exception))
(menhir
(modules modelParser)
(flags --fixed-exception))
(menhir
(modules RISCVParser)
(flags --fixed-exception))
(menhir
(modules JavaParser)
(flags --fixed-exception))
(menhir
(modules stateParser)
(flags --explain --fixed-exception))
(menhir
(modules procRules scopeRules BellExtraRules AArch64Parser)
(merge_into AArch64Parser)
(flags --fixed-exception))
(menhir
(modules procRules scopeRules BellExtraRules LISAParser)
(merge_into LISAParser)
(flags --fixed-exception))
(menhir
(modules scopeRules scopeParser)
(merge_into scopeParser)
(flags --fixed-exception))
(menhir
(modules scopeRules BellExtraRules CParser)
(merge_into CParser)
(flags --fixed-exception))
(library
(name herdtools)
(wrapped false)
(libraries str asllib zarith)
(modules_without_implementation sign outTests AST CAst Scalar archBase
archDump PPMode name value wideScalar))
|