SpacemanDMM/crates
2024-06-23 16:41:24 -07:00
..
builtins-proc-macro rustfmt: Sort imports 2024-05-28 23:09:35 -07:00
dap-types rustfmt: Add spaces around = in attributes 2024-05-28 23:09:39 -07:00
dm-langserver Bump versions for suite 1.9 2024-06-23 16:41:24 -07:00
dmdoc Bump versions for suite 1.9 2024-06-23 16:41:24 -07:00
dmm-tools Change the typepath in the gravitygenerator render pass (#393) 2024-06-23 14:35:32 -07:00
dmm-tools-cli Bump versions for suite 1.9 2024-06-23 16:41:24 -07:00
dreamchecker Bump versions for suite 1.9 2024-06-23 16:41:24 -07:00
dreammaker Fix parsing of union proc return types 2024-06-20 21:16:10 -07:00
interval-tree Fix clippy lints 2024-06-01 14:40:24 -07:00
spaceman-dmm Update copyright years 2024-03-14 13:03:22 -07: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.