Skip to content
View EricDeiman's full-sized avatar

Block or report EricDeiman

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. proto proto Public

    A dynamically-typed expression-based language with a slight Standard ML flavor, along with a byte code virtual machine.

    Java

  2. titania titania Public

    A basic statically-typed procedural language for a testbed as I work through the book "Engineering a Compiler, 2/e" by Coooper and Torczon.

    C++ 2

  3. iflat iflat Public

    Using a functional language to explore Pratt parsers and implementing simple functional programming languages.

    OCaml

  4. ischeme ischeme Public

    Simple Scheme implementation based on a couple of tutorials by Abdulaziz Ghuloum

    C++ 1

  5. PrattParser PrattParser Public

    Using OCaml to investigate the paper "Top Down Operator Precedence" by Vaughan Pratt

    OCaml

  6. statementLanguage statementLanguage Public

    A simple dynamically-typed statement-based language with tree-walking interpreter and byte code virtual machine.

    Java