Skip to content
View saiesh619's full-sized avatar

Block or report saiesh619

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

Pinned Loading

  1. delphi-compiler delphi-compiler Public

    Object Oriented Compiler : A Java-based Pascal (Delphi-style) compiler with an AST interpreter, LLVM/MLIR backend, CFG + AST visualization, and dry-run pseudocode execution. Built using ANTLR, stac…

    Java 1

  2. Mini-Grep Mini-Grep Public

    A Rust-based reimplementation of the classic grep tool. Supports command-line args, file reading, env vars, closures, and iterators. Built with TDD, improved modularity, and error handling. Outputs…

    Rust

  3. CPP-Compiler CPP-Compiler Public

    About C++ implementation of the lox toy language used from the crafting interpreters book (http://www.craftinginterpreters.com/)

    C++

  4. Cuda-Image-Processing Cuda-Image-Processing Public

    A CUDA C++ image processing system showcasing parallel GPU acceleration vs CPU. Implements 2D convolution filters (Gaussian, Sharpen, Edge, Laplacian), supports global/constant/shared memory, bench…

    C++ 1

  5. Console-Games Console-Games Public

    A collection of classic console games written in C++. Features Snake, Pong, and a Car game. Perfect for beginners to practice core programming concepts like pointers, functions, and game loops.

    C++

  6. haskell-forth-interpreter haskell-forth-interpreter Public

    A FORTH interpreter implemented in Haskell with extended arithmetic, string operations, and functional/unit tests. Built with Cabal as a template for learning interpreters and functional programmin…

    Haskell