/Fisparsers

Learning F# by writing parsers and stuff

Primary LanguageF#MIT LicenseMIT

Fisparsers

Learning F# by writing parsers and stuff

Currently includes:

  • JSON Parser
  • C compiler that can lex, parse and generate x86_64 assembly for a minimal subset of the language (vErTiCaL sLiCeS bruh)

To run the C compiler E2E test suite implemented using bleeding edge Bash Technology: ./test.sh

Requirements:

  • Dotnet Core 3.1
  • I've only tested this on a Mac lol