jBrain, a small lang for 🧠 people

jBrain is a very small hybrid language (such as Java, Kotlin, Scala, Groovy...) programmed entirely in Rust. Here's an example, a hello world program in jBrain: ``` PUSH 72 //Adding H PUSH 101 //Adding e PUSH 108 //Adding l PUSH 108 //Adding l PUSH 111 //Adding o STROUT //Prints Hello NEWLINE //Prints a new line MEMFREE //Frees the memory

PUSH 87 //Adding W PUSH 111 //Adding o PUSH 114 //Adding r PUSH 108 //Adding l PUSH 100 //Adding d STROUT //Prints World EXIT //Ends the program ```

As you see, jBrain is a very wordy language, because it has got (in jBrain v0.1.0) only 16 actions. If you want to install jBrain, you can visit our web (jbrain-lang.top.mx), get the binaries in the releases or install it via cargo: bash cargo install jBrain

If you liked this repo, you can share it with your friends, this would help us so much 😊.