kiraarghy / language

A project to learn how to create my own language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New programming language

This project is to implement a new programming language in typescript. It sorta follows a javascript like pattern in its code execution.

Mostly it's for fun and should be a heck of a lot easier than implementing lisp as I tried to do in reason which was a lot.

Follow my thoughts as I write it here.

About

A project to learn how to create my own language


Languages

Language:TypeScript 99.1%Language:JavaScript 0.9%