diff --git a/README.md b/README.md index bf41f88..ed2caa4 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ Run `make install-tools` to install a number of tools, including: * VSCode syntax highlighting +Other tools such as a disassembler are available, as well - simply run `make` in the correct directory. + ## Syntax ``` @@ -69,6 +71,14 @@ print tally(); //3 This source code is covered by the zlib license (see [LICENSE.md](LICENSE.md)). +# Contributions + +@hiperiondev - Disassembler, porting support and feedback +@add00 - Library support +@gruelingpine185 - Unofficial MacOS support +@solar-mist - Minor bugfixes +Unnamed Individuals - Feedback + # Patrons via Patreon * Seth A. Robinson diff --git a/tools/disassembler/disassembler b/tools/disassembler/disassembler deleted file mode 100755 index 007905b..0000000 Binary files a/tools/disassembler/disassembler and /dev/null differ