Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sergeyt/fint

.NET CIL interpreter written in simple subset of F#
https://github.com/sergeyt/fint

cil dotnet dotnet-core fsharp interpreter

Last synced: 19 days ago
JSON representation

.NET CIL interpreter written in simple subset of F#

Awesome Lists containing this project

README

        

# FINT

.NET CIL interpreter in pure F# prepared for [NskDotNet Meetup #6](https://www.meetup.com/NskDotNet/events/265652338/). Here is [a boring presentation](https://www.youtube.com/watch?v=d-NbhhxRRW4&t=4s&ab_channel=DotNetRu) 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