Skip to content
View jmikkola's full-sized avatar

Block or report jmikkola

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. Dictionary-lowering Dictionary-lowering Public

    Python implementation of code to do a dictionary lowering compilation pass

    Python

  2. ikrs ikrs Public

    Rust

  3. tinylisp.py tinylisp.py
    1
    import re, sys # this file requires python 3
    2
    def parse(tokens):
    3
        stack = ([], None)
    4
        for t in tokens:
    5
            if t == '(':
  4. wicVM wicVM Public

    A tiny VM for Wren Intermediate Code (WIC)

    C 4

  5. weekend_ray_tracer weekend_ray_tracer Public

    The results of following the tutorial "Ray Tracing in One Weekend", writing it in Rust instead of C++

    Rust 1

  6. nine nine Public

    JavaScript