molecule cellscript plugin

A plugin for the molecule serialization system to generate CellScript code.

Use

$ cargo install moleculec moleculec-cellscript
$ moleculec --language cellscript --schema-file "your-schema-file" | gofmt > "your-cellscript-file"

Testset

all test from molecule

you can run make gen-test to reproduce it.

License

Licensed under MIT License.