Skip to content
View dbalchev's full-sized avatar

Block or report dbalchev

Report abuse

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

Report abuse

Popular repositories Loading

  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++