Skip to content
View jatesy's full-sized avatar

Block or report jatesy

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. Compiler-of-Small-C-Language Compiler-of-Small-C-Language Public

    A self project of compiler, with modules of lexical analysis, parsing, semantic analysis, code generation as well as error detection. A virtual machine to run generated code. Implemented in C++

    C++ 1 1

  2. Linker Linker Public

    The linker takes individually compiled modules and creates a single executable by resolving external symbol

  3. OS-Process-Scheduler OS-Process-Scheduler Public

    The simulation of a system process scheduler, which can implement scheduling algorithms including First Come First Serve(FCFS), RoundRobin, Last Come First Serve(LCFS) and Shortest Job First(SJF). …

    C++