chialisp 0.5.0

tools for working with chialisp language; compiler, repl, python and wasm bindings
Documentation
1
2
3
4
5
6
7
8
9
(import qualified programs.zerozero as Z)

(include *standard-cl-23*)

(defmac MAKE_ZZ () (qq 0x00))

(export (A)
  (list Z.ZZ Z.ZZ1 (a Z.ZF (list A)) (a Z.FZ (list A)) (MAKE_ZZ))
  )