SpacemanDMM/src
2020-11-27 17:44:13 -08:00
..
builtins-proc-macro Use a proc macro to parse the builtins table DSL 2020-09-14 20:19:37 -07:00
cli Bump versions for suite 1.6 2020-10-08 19:03:17 -07:00
dmdoc Bump versions for suite 1.6 2020-10-08 19:03:17 -07:00
dreamchecker added warning for return x in spawn context (#228) 2020-11-24 23:08:38 +08:00
dreammaker Add Auxtools debugging support (#230) 2020-11-27 17:34:52 -08:00
editor Move common icon rect logic into dreammaker crate 2020-09-13 19:17:07 -07:00
interval-tree Resolve unused parens warnings 2020-05-02 14:24:05 -07:00
langserver Handle duplicate variable names (Auxtools) 2020-11-27 17:44:13 -08:00
tools Fix kirbyplant/random rendering 2020-10-08 18:25:22 -07: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.