Skip to content
View grachale's full-sized avatar
👋
👋

Block or report grachale

Report abuse

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

Report abuse

Pinned Loading

  1. llvm_frontend llvm_frontend Public

    Extension of the LLVM compiler group with a new simple frontend for processing the Mila programming language, inspired by Pascal. The input to compiler is a file containing the source code. The out…

    C++ 1 2

  2. lr_parser_generator lr_parser_generator Public

    This project is a learning tool designed to help users understand and generate LR parsers, including LR(0), SLR(1), LALR(1), and LR(1). It provides interactive features such as grammar definition, …

    Python 1

  3. microarchitecture_RISC_V microarchitecture_RISC_V Public

    Design of a Processor Microarchitecture Supporting a Chosen Subset of RISC-V ISA Instructions.

    Verilog 3

  4. database_avl_tree database_avl_tree Public

    Implementation of database for storing information about selling and buying products with usage of AVL-tree.

    C++

  5. ascii_art ascii_art Public

    Welcome to the ASCII Art Converter! This is a simple console-executable application, which is written in Scala, that allows you to transform images into ASCII art. The application provides flexibil…

    Scala 1

  6. plant_optimization plant_optimization Public

    MILP optimization model for a gas-fired power plant — maximizes profit under start-up constraints, limited starts/hours, and uncertain power/gas/CO₂ prices using PuLP + CBC.

    Python