Skip to content
View venoosoo's full-sized avatar

Block or report venoosoo

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
venoosoo/README.md

Hey, I'm Sergiy

Systems-minded developer from Ukraine. I write Rust and frontend code, and I care about understanding how things work under the hood.


What I'm building

A compiler for a custom C-like language, written in Rust. Targets x86-64 NASM assembly on Linux — full pipeline from lexer to codegen. Supports generics with monomorphization, structs, enums, heap allocation via mmap, and inline asm. Built it because I wanted to know how languages actually work.


Open source

  • uutils/coreutils — two merged PRs: fixed unnecessary allocations in pr, docs update
  • ouch-org/ouch — unified directory extraction messages (PR #937)

Other projects


Open to work

Looking for Rust or systems programming roles — compilers, tooling, backend. Open to remote.

📫 sergiy1337133764@gmail.com

Pinned Loading

  1. vcompiler vcompiler Public

    A compiler for a custom C-like language — lexer, parser, AST, and x86-64 NASM codegen — written in Rust

    Rust 2