Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 379 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 379 Bytes

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