Skip to main content

Crate chialisp

Crate chialisp 

Source
Expand description

Chialisp compiler and other clvm tools.

./src/classic โ€“ overall port of python tools. ./src/classic/clvm_tools/stages/stage_2 โ€“ port of original clvm compiler.

An approach to clvm compilation which introduces line numbers, strict use of atoms, macros which can tell the difference between identifiers and quoted values, better error reporting and other features.

./src/compiler โ€“ a more ergonomic chialisp with more features.

Modulesยง

classic
compiler
Chialisp compiler and some associated tools, such as a more informative debugger.
util