Skip to content
View ShoryaRawal's full-sized avatar

Block or report ShoryaRawal

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
ShoryaRawal/README.md
cybernetics
> SHORYA RAWAL
  building infrastructure for intelligent systems._


// Research focus
  -> compilers & language design
  -> ai infrastructure / mlsys
  -> systems programming 


// projects
  -> rxv6          rust os, xv6-inspired
  -> emberc        c-to-wasm compiler, rust
  -> toy_scheme    scheme compiler, frontend->codegen
  -> fasm_server   web server in flat assembler

// tools
  Rust . C/C++ . Go . Python . LLVM/MLIR
  Linux . Harness Engineering . Machine Learning 
  Deep Learning . LLMs . VLMs . ALMs

Rust C++ Python LLVM Linux

Pinned Loading

  1. rxv6 rxv6 Public

    Rust based operating system inspired heavily by XV6. (Migration and backup of rxv6 from my previous academic account.)

    Rust

  2. emberc emberc Public

    emberc is a tiny C-to-WebAssembly (WAT) compiler written in Rust.

    Rust

  3. Toy_Scheme_Compiler Toy_Scheme_Compiler Public

    (IN PROGRESS) Scheme compiler with all the bells and whistles ranging from compiler-frontend to assembly emitter.

    C++

  4. FASM_SERVER FASM_SERVER Public

    Small web server assembled using the flat assembler.

    Assembly

  5. termlab termlab Public

    Math Plotter for the CLI.

    Rust

  6. SeaShell SeaShell Public

    A small educational shell which can be used on any *nix

    C