Skip to content
Avatar
  • Spain
Block or Report

Block or report cybergsus

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.

Report abuse

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

Report abuse

Pinned

  1. dotfiles Public

    My home dotfiles :)

    Shell 9

  2. sawblade Public

    A compiler backend based on SSA Control Flow Graphs. Nothing new for the industry, used for learning & documenting purposes.

    Rust

  3. quick and clean neovim setup for myself

    Lua 5

  4. tracc Public

    Thoroughly Rusty ARM64 C Compiler. My implementation for a C compiler that I can understand while running through the compiler-making track

    Rust 8

  5. CHIP8 Public

    A set of tools for the CHIP8 interpreter

    Rust 7

  6. Rust 1

809 contributions in the last year

Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Mon Wed Fri

Contribution activity

July 2022

Created 1 repository

Created a pull request in SerenityOS/jakt that received 18 comments

jakttest: Parallelize Jakttest

Rewrote Jakttest so it accepts all the test files and runs them through a process scheduler to be able to run the tests in parallel. The binary get…

+468 βˆ’105 β€’ 18 comments
Opened 27 other pull requests in 2 repositories
SerenityOS/jakt 3 open 22 merged 1 closed
jntrnr/jakt 1 merged

Created an issue in SerenityOS/jakt that received 2 comments

typechecker/codegen: Inner type of None in a yield statement is not correctly outputted by codegen

This program: /// Expect: selfhost-only /// - output: "PASS\n" function optional_foo() -> i32? => match true { false => { println("WHAT") yield 42i…

2 comments

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