Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 871 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 871 Bytes

MhsLogo

Project Description

This C# project is an example on using LL(1) parsing techniques to create a small LOGO parser, which translates simple LOGO programming constructs to executable drawing instructions for interpretation in a MVVM WPF UI.

alt text

The project is the output of a small mini blog series:

Part 1: Scanner

Part 2: Parser

Part 3: Semantics and UI

Project open to participation - please chip in!