Skip to content

ALCC01/turbojenny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The TurboJenny Programming Language

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:

Example program

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.

Installation

Using NPM

git clone [email protected]:ALCC01/turbojenny.git
cd turbojenny/
[sudo] npm install --local

Using yarn

git clone [email protected]:ALCC01/turbojenny.git
[sudo] yarn global add file:<path/to/turbojenny>

Usage

tjc --help

Specification

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.

Technology

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.

License

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:https://www.gnu.org/licenses/>.

About

The programming language of tomorrow, today.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published