jussisaurio / Fisparsers

Learning F# by writing parsers and stuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Learning F# by writing parsers and stuff

License:MIT License


Languages

Language:F# 92.2%Language:C 5.4%Language:Shell 2.4%