flerka / pascal-interpreter

Pascal interpreter written with C# based on https://ruslanspivak.com/ series.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Pascal Interpreter with C#

Work in progress - 7/19.

This repository contains a simple pascal interpreter written with C#. Code is based on https://ruslanspivak.com/ article's series "Let’s Build A Simple Interpreter". I rewrote examples with C# instead of Python.

Each folder has an example for the specific part of the series.

About

Pascal interpreter written with C# based on https://ruslanspivak.com/ series.

License:MIT License


Languages

Language:C# 100.0%