Christoph-Neumann-1 / ProgrammingLanguage

A simple programming language for a school project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I have started a new repository, because I messed up submodules.

I am creating this project for school right now. The goal is to create an simple programming language, which is compiled to a intermediate format. So far I have a working preprocessor and tokenizer. This project is still just a prototype, I am most likely going to rewrite large parts of it.

Don't forget to compile with release mode! I am working on separating the vm, so that only that part needs to be build in release.

About

A simple programming language for a school project


Languages

Language:C++ 99.0%Language:CMake 1.0%