Skip to content
View lbuchli's full-sized avatar

Block or report lbuchli

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. jtris jtris Public

    A tetris clone written in Java (school project)

    Java 3

  2. mcwayface mcwayface Public

    A guide to writing wayland compositors in go. (Translation to golang from https://drewdevault.com/2018/02/17/Writing-a-Wayland-compositor-1.html)

    Go 21 1

  3. doom-cfg doom-cfg Public

    An experimental emacs doom configuration

    Emacs Lisp

  4. telan telan Public

    A silly interpreted programming language similar to lisp

    Python

  5. gome gome Public

    An experimental 3D game engine written in go.

    Go 1 1

  6. Parser that retains the source and c... Parser that retains the source and can optionally attach it to the AST
    1
    {-# LANGUAGE FlexibleInstances #-}
    2
    {-# LANGUAGE UndecidableInstances #-}
    3
    {-# LANGUAGE LambdaCase #-}
    4
    module SourceParser where
    5