Skip to content
View snowball-lv's full-sized avatar

Block or report snowball-lv

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. amd64-web amd64-web Public

    amd64 sysv abi inspector

    Svelte

  2. regex regex Public

    A UTF-8 aware regular expression implementation using VM approach.

    C 1

  3. pgen pgen Public

    Yet another parser generator. Yacc-ish syntax, supports LR(0), SLR, LR(1), LALR(1) and semantic actions.

    C 1

  4. ext2 ext2 Public

    WIP. Command line tool for manipulating ext2 images.

    C 1

  5. molly molly Public

    Old first attempt at an OS. i386, 2 stage bootloader, virtual memory, preemptive multitasking, multithreading, dumb PE loader and shell.

    Objective-C 2

  6. clare clare Public

    Abandoned attempt at a compiler. Had working register allocation and coalescing. Tried being clever by using C macros to define patterns for code generation. Way more complicated than needed to be.

    C