- binding-lookup
- binding-status
- binding-set
- binding-create
- binding-unbound
- binding-uninit
- binding-init
- empty-stt
- binding-push-layer
- binding-pop-layer
- not-null?
- in-list?
- not-equal?
- value-generic
- interpret
- interpret-tree
Run tests/convert_tests.py to convert raw HTML tests in tests/raw_html to
machine-readable tests in tests/html. This should only be done when new raw
tests are added.
You may need to install html-parsing and ansi-color to run the tester:
raco pkg install html-parsing
raco pkg install ansi-colorThen:
- test-html:
(test-html) - test-html-file:
(test-html-file "part1tests") - test-html-single:
(test-html-single "part1tests" 5)
- test-src:
(test-src)
- test-raw-html (for files in
tests/raw_html):(test-raw-html) - parse-str:
(parse-str "your code string here")