Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 505 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 505 Bytes

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