fint icon indicating copy to clipboard operation
fint copied to clipboard

.NET CIL interpreter written in simple subset of F#

FINT

.NET CIL interpreter in pure F# prepared for NskDotNet Meetup #6. Here is a boring presentation that has section about this project, but in Russian 😄

Requirements

  • .NET Core 2.2+

How to run all tests

./test.sh all

See test.sh script

Roadmap

  • [ ] compile into web assembly and run interpretter in browser just for fun and education purposes