SpacemanDMM/src
2019-12-08 13:32:22 -08:00
..
cli Add a package readme to src/cli/ 2019-11-19 22:27:03 -08:00
dmdoc Add wrappers around use cases for Parser::run 2019-12-08 00:17:46 -08:00
dreamchecker Add more detail to 'final' diagnostics 2019-12-05 21:48:10 -08:00
dreammaker Make HasLocation crate-private 2019-12-08 00:42:26 -08:00
editor Only paint a tile once per drag 2019-11-24 21:54:49 -08:00
interval-tree Update interval-tree to 2018 edition 2019-12-07 14:20:13 -08:00
langserver Implement StepIn 2019-12-08 13:32:22 -08:00
tools Remove unnecessary HasLocation implementations 2019-12-07 23:24:30 -08:00
dependencies.dot Add dreamchecker to src/README.md 2019-07-02 19:13:52 -07:00
dependencies.png Add dreamchecker to src/README.md 2019-07-02 19:13:52 -07:00
README.md Add dreamchecker to src/README.md 2019-07-02 19:13:52 -07:00

SpacemanDMM/src

SpacemanDMM consists of several packages. Each may be built by running cargo build -p <name> from the repository root. If no -p flag is specified, all packages will be built. Adding --release will enable more optimization flags, taking longer to compile but producing faster executables.

dependency tree

  • dreammaker - a pure-Rust parsing suite for the DreamMaker programming language.

  • dm-langserver - a language server based upon that parser.

  • dmdoc - a doxygen-esque documentation generator for DreamMaker codebases.

  • dreamchecker - extended whole-program analysis and type checking tools for DM codebases.

  • dmm-tools - additional libraries for working with DreamMaker icon and map files, including a renderer.

  • cli - the command-line interface to dmm-tools.

  • spaceman-dmm - a very early prototype of a map editor meant as an alternative to DreamMaker's default.