You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Josh Berdine
0b1760af24
[sledge] Add compare, equal, and hash to core Llair types
...
Summary:
These are not simply handled by `@deriving` since:
- These types are recursive and so some fields need to be ignored
- Some are uniquely identified by one of their fields
- Some fields are mutable, but set only during construction, and need
to be considered by compare, equal, hash, but ppx_hash refuses.
Reviewed By: jvillard
Differential Revision: D24989064
fbshipit-source-id: 7f8d699e5
4 years ago
..
cli
[sledge] Move handling of realpath to the frontend and cli
4 years ago
model
[sledge] Add: __llair_choice intrinsic
5 years ago
nonstdlib
[sledge] Add compare, equal, and hash to core Llair types
4 years ago
ppx_trace
[sledge] Fix trace spec parsing of functions starting with underscore
4 years ago
report
[sledge] Auto-scale numbers in test report
4 years ago
semantics
[sledge sem] Add a README
5 years ago
src
[sledge] Add compare, equal, and hash to core Llair types
4 years ago
test
[sledge] Improve the option and file naming of binary vs text llair output
4 years ago
tools
[sledge] Fix generation of sledge-help.txt
4 years ago
.clang-format
Add initial version of LLAIR and LLVM to LLAIR translation
7 years ago
.gitignore
[sledge] Test: Update test infra
5 years ago
.ocamlformat
[sledge] Style: set ocamlformat config break-struct = force
5 years ago
.ocp-indent
Add initial version of LLAIR and LLVM to LLAIR translation
7 years ago
HACKING.adoc
[sledge] Rename contexts/profiles to be more conventional
5 years ago
Makefile
[sledge] Build: Rename bin dir to cli
5 years ago
ROADMAP.org
[sledge] Update roadmap
6 years ago
TODO.org
[sledge] Refactor: Replace Sh.with_pure with ~ignore_pure arg to Sh.fv
5 years ago
dune
[sledge] Move handling of realpath to the frontend and cli
4 years ago
dune-project
[sledge] Build: Promote `import` subdirectory to a toplevel `nonstdlib` library
5 years ago
dune-workspace
[sledge] Style: Autoformat dune-project and dune-workspace files
5 years ago
sledge-help.txt
[sledge] Improve the option and file naming of binary vs text llair output
4 years ago
sledge.opam
[sledge] Add containers-data dependency
4 years ago