Skip to content

Commit 7cfbe39

Browse files
authored
Merge pull request #128 from herbie-fp/agents-md
Add an `AGENTS.md`
2 parents 005c66e + 2e7f279 commit 7cfbe39

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

AGENTS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
# Organization
3+
4+
- The MPFR bindings live in `mpfr.rkt`; the base interval definition
5+
is in `ops/core.rkt`; the interval arithmetic functions are in
6+
`ops/`; the real evaluator is in `eval/`; the REPL is in `repl.rkt`.
7+
The tests are in `test.rkt`; the nightly is `time.rkt`. The nightly
8+
also has various helper functions in `infra/`
9+
- Mandatory auto-format. Always run `make fmt` before finishing your
10+
task to format your code correctly.
11+
- When editing an interval arithmetic function, always run the tests.
12+
Run tests with `racket -y test.rkt add` (for the right function).

0 commit comments

Comments
 (0)