Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 448 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 448 Bytes

Write a Toy Language in Python 3

Presentation Slides for PyTennessee 2015

The slides are available in the root of this repo as a PDF.

Tutorial 1: Romnomnom

https://github.com/tsclausing/romnomnom

A simple toy language tutorial which introduces concepts using the language of Roman Numerals.

Tutorial 2: Pypethon

https://github.com/tsclausing/pypethon

A less simple toy language tutorial which starts to feel like ... a language!