Pinned Loading
-
rustic
rustic PublicThis 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
-
arithmetic_parser
arithmetic_parser PublicThis 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++
-
conveyor_sim
conveyor_sim PublicThis 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++
-
bytecode_compiler
bytecode_compiler PublicA 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
If the problem persists, check the GitHub status page or contact support.