CraigStuntz / TinyLanguage

Intro to F# demo project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tiny Language

This is sample code for a talk I have given at various conferences, called "Programs that Write Programs: How Compilers Work"

The slides are online.

Getting Started

Restore packages with Paket:

PS TinyLanguage> .\.paket\paket.exe install

Then run the NUnit tests however you like to. I use the Visual Studio NUnit 3 Test Adapter.

About

Intro to F# demo project

License:MIT License


Languages

Language:F# 100.0%