From 31b6e9e188fb2abbab040ee07f8a8c14cec2571d Mon Sep 17 00:00:00 2001 From: NebelNidas Date: Sat, 6 Apr 2024 13:05:49 +0200 Subject: Add Vineflower decompiler (#541) * Add Vineflower integration * Fix some confusing names * Rename method to reflect visitor pattern naming schemes * Remove dead null check--- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index b156364..08cc0c9 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,9 @@ Enigma is distributed under the [LGPL-3.0](LICENSE). Enigma includes the following open-source libraries: -- A [modified version](https://github.com/FabricMC/procyon) of [Procyon](https://bitbucket.org/mstrobel/procyon) (Apache-2.0) +- [Vineflower](https://github.com/Vineflower/vineflower) (Apache-2.0) - A [modified version](https://github.com/FabricMC/cfr) of [CFR](https://github.com/leibnitz27/cfr) (MIT) +- A [modified version](https://github.com/FabricMC/procyon) of [Procyon](https://bitbucket.org/mstrobel/procyon) (Apache-2.0) - [Guava](https://github.com/google/guava) (Apache-2.0) - [SyntaxPane](https://github.com/Sciss/SyntaxPane) (Apache-2.0) - [FlatLaf](https://github.com/JFormDesigner/FlatLaf) (Apache-2.0) -- cgit v1.2.3