about summary refs log blame commit diff stats
path: root/tools/Readme.md
blob: 29a1a6efd5343fbb021046818bc39256fdf22524 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                                 







                                                                            



                               


                                                                          
                                                                            
                                                                      


                     
Run all these from the top-level `mu/` directory.

### Some tools for Mu's build process

These are built automatically.

* `enumerate`: list numeric files in current directory, optionally `--until`
  some prefix.


### Miscellaneous odds and ends

These are built lazily.

* `linkify`: inserts hyperlinks from variables to definitions in Mu's html
  sources. Hacky; just see the number of tests. Invoked by `update_html`.

* `treeshake_all`: rebuild SubX binaries without tests and unused functions.
  Hacky; just helps estimate the code needed to perform various tasks.
  ```
  tools/treeshake_all
  ```