Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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#
- Host: GitHub
- URL: https://github.com/sergeyt/fint
- Owner: sergeyt
- License: mit
- Created: 2019-09-20T14:47:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-27T09:11:57.000Z (over 1 year ago)
- Last Synced: 2024-10-17T11:39:49.187Z (30 days ago)
- Topics: cil, dotnet, dotnet-core, fsharp, interpreter
- Language: F#
- Homepage: https://tsvbits.com/fint/
- Size: 122 KB
- Stars: 53
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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