Skip to content
View aya015757881's full-sized avatar
💭
parser generator and scanner generator done!
💭
parser generator and scanner generator done!
Block or Report

Block or report aya015757881

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 Loading

  1. brainfuck_interpreter brainfuck_interpreter Public

    An interpreter in C for the language brainfuck.

    C++ 9 5

  2. DigitalCircuitsSynthesizer DigitalCircuitsSynthesizer Public

    This software converts RTL verilog file which describes the behavior of a desired digital circuit module into its corresponding netlist file.

    C 1

  3. CatsCrossRiver CatsCrossRiver Public

    Six cats, A, B, C, a, b, c, are crossing a river. The only way to get across is by the mere one boat in that river. Among the cats, just A, B, C, and a can paddle. An uppercase cat is the mother of…

    Java 1

  4. NQueens NQueens Public

    The solution of N Queens problem, which is an extension of the Eight-Queens problem.

    Java

  5. PermanentCalendar PermanentCalendar Public

    A permanent Calendar which you can see any month of any year.

    Java

  6. EqualsX EqualsX Public

    Either insert "+", "-", or nothing into the space between any two digits from 1 to 9 sorted, you get an arithmetic expression, for instance "123 + 45 - 678 - 9". Find all the expressions that yield…

    Java