Crypt
Crypt copied to clipboard
The Crypt Programming Language
Bumps [guava](https://github.com/google/guava) from 30.1.1-jre to 32.0.0-jre. Release notes Sourced from guava's releases. 32.0.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.0.0-jre</version> <!-- or, for Android: --> <version>32.0.0-android</version> </dependency> Jar files 32.0.0-jre.jar 32.0.0-android.jar Guava...
Compiler rewrite for increased performance and flexibility. - [x] Custom Lexer - [x] Custom Parser --> In progress - [x] Interpreter (To run language) - [ ] JVM backend (to...
**Describe the solution you'd like** Add a few Crypt example programs to this repository.
## Description The `default` case must only ever be situated at the end of a switch block. ## Occurrences There are 3 occurrences of this issue in the repository. See...