Skip to content
View FConstantinos's full-sized avatar

Block or report FConstantinos

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

Pinned Loading

  1. rustic rustic Public

    This is a parser for a small subset of the Rust programming language. The subset it parses are arithmetic operations on u8 literals and variables. On command, it also performs constant folding and …

    Rust

  2. arithmetic_parser arithmetic_parser Public

    This is a simple application that parses a string that represents an arithmetic expression and prints either the result of the operation, or a parsing error if it fails to parse it.

    C++

  3. conveyor_sim conveyor_sim Public

    This is a simple simulation of a conveyor belt that conveys items which workers on either side of the belt can collect and assemble products. It returns the number of assembled products and unused …

    C++

  4. bytecode_compiler bytecode_compiler Public

    A simple compiler that reads assembly instructions and 'in'/'out' arrays, then outputs the generated llvm code and the result of the execution. The language it parses are operations on a stack.

    Python