SpacemanDMM/src
2020-09-22 19:59:45 -07: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.5 2020-07-11 14:06:42 -07:00
dmdoc Document dmdoc crosslinks and titles (#212) 2020-09-21 22:26:54 -07:00
dreamchecker Remove error if a proc has both should_not_sleep and set waitfor = 0 (#211) 2020-09-08 18:46:43 -07:00
dreammaker Add document links for 'resource' expressions 2020-09-19 18:12:28 -07: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 Distinguish between Pause and Step Into 2020-09-22 19:59:45 -07:00
tools Move common icon rect logic into dreammaker crate 2020-09-13 19:17:07 -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.