SpacemanDMM/crates
Tad Hardesty b797360dfa Combine follows and unary operators into one list
Reduces sizeof(Expression) from 48 to 32 bytes.

Reduces /tg/station13 langserver idle from ~537 MiB to ~508 MiB.
2021-11-18 17:29:24 -08:00
..
builtins-proc-macro Move crate code into src/ subdirectories 2021-11-16 18:30:37 -08:00
dm-langserver Combine follows and unary operators into one list 2021-11-18 17:29:24 -08:00
dmdoc Move crate code into src/ subdirectories 2021-11-16 18:30:37 -08:00
dmm-tools Use a boxed slice for TreePath and VarType 2021-11-16 23:11:45 -08:00
dmm-tools-cli Move crate code into src/ subdirectories 2021-11-16 18:30:37 -08:00
dreamchecker Combine follows and unary operators into one list 2021-11-18 17:29:24 -08:00
dreammaker Combine follows and unary operators into one list 2021-11-18 17:29:24 -08:00
interval-tree Roll some outdated dependencies forward 2021-11-16 18:30:37 -08:00
spaceman-dmm Move crate code into src/ subdirectories 2021-11-16 18:30:37 -08:00
dependencies.dot Update root and crates/ readmes 2021-11-16 18:30:37 -08:00
dependencies.png Update root and crates/ readmes 2021-11-16 18:30:37 -08:00
README.md Update root and crates/ readmes 2021-11-16 18:30:37 -08:00

SpacemanDMM/crates

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.

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