TurboJenny is a groundbreaking programming language that challenges our very notion of programming, bringing it to the next level.
Here's what a TurboJenny program looks like:
Obligatory /s: TurboJenny was born as an inside-joke on the Minecraft ITALIA forum. You shouldn't use it on a production system, you should use TurboDenny for that.
git clone git@github.com:ALCC01/turbojenny.git
cd turbojenny/
[sudo] npm install --local
git clone git@github.com:ALCC01/turbojenny.git
[sudo] yarn global add file:<path/to/turbojenny>
tjc --help
The specification is available in the SPEC_IT.md
file.
The original specification was written in Italian and no English translation is currently available. Please try to pick up the grammar from the examples/
directory.
The reference implementation uses a parser generated using a JISON grammar. The interpeter that goes through the generated AST has been built using Javascript and some duct tape.
The project is released under a GNU GPLv3 license.
Copyright (C) 2017 Alberto Coscia
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.