Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Organizations

@ghc @iu-parfunc @ozusrl @kframework @hstorrent @wonks @neovimhaskell @haskell-perf @hslua

Pinned

  1. A console IRC client

    Rust 484 24

  2. An experimental intermediate language for GHC

    Haskell 37

  3. A pure subset of Prolog, implemented in Haskell

    Haskell 26 1

  4. A MinCaml compiler implemented in Rust

    Rust 16

  5. An experimental compiler from a subset of [Typed] Racket to x86_64

    Racket 2 1

  6. [WIP] A Wasm interpreter with debugging and inspection capabilities

    Rust 3 1

Contribution activity

November 2020

Opened 2 pull requests in 1 repository
Reviewed 2 pull requests in 1 repository

Created an issue in lalrpop/lalrpop that received 4 comments

Matching tokens with &str field?

In my lexer I have this token type: enum Token<'input> { Id(&'input str), ... } In my grammar I'm trying to do something like use lexer::{Token, L…

4 comments
Opened 3 other issues in 2 repositories
17 contributions in private repositories Nov 2 – Nov 9

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.