Skip to content
View dbalchev's full-sized avatar
Block or Report

Block or report dbalchev

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

Popular repositories

  1. paraphrase paraphrase Public

    Python 1 3

  2. advent-2022 advent-2022 Public

    My (@dbalchev) solutions to the problems in https://adventofcode.com/2022.

    C++ 1

  3. bytecode-generator bytecode-generator Public

    A simple jvm bytecode generator. For now it can emit valid classfiles for jre-6 with a couple of static methods with limited range of instructions. It might be abandoned very fast. The documentatio…

    Java

  4. js-sandbox js-sandbox Public

    A javascript sandbox where js code can be pasted and executed. It features rarely used functions like print() and println().

    JavaScript

  5. random-stuff random-stuff Public

    Random stuff and interesting things not worth a project.

    JavaScript

  6. lr-parser lr-parser Public

    A template lr-parser building and interpreting library. Currently it can only build a interpeting parser (it generates the parser states on the fly).

    C++