kishtarn555 / rekarel-core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the core of the Karel language. It contains the compiler, transpiler and the Karel Interpreter

How Karel works

A parser is implemented in jison, this parser converts Karel pascal and Karel java into an intermediate language which is then run by javascript.

About

License:MIT License


Languages

Language:TypeScript 50.7%Language:Yacc 46.1%Language:JavaScript 3.2%