Skip to content
View JCKortlang's full-sized avatar
👾
Dreaming
👾
Dreaming
  • Amazon
  • Seattle, WA
Block or Report

Block or report JCKortlang

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

  1. Compiler-Lexer Compiler-Lexer Public

    An elementary lexer for a language similar to Java.

    Java

  2. Compiler-Parser Compiler-Parser Public

    A Predictive Descendant Recursive Parser for a Java like language. Refer to Compiler-Lexer.

    Java

  3. Compiler-SemanticAnalyzer Compiler-SemanticAnalyzer Public

    An incomplete Semantic Analyzer that reviews; variable declaration and unicity, variable type matching, and conditionals. Does not currently check array indexes, return types, or parameter types.

    Java 1

  4. Compiler-AssemblyGenerator Compiler-AssemblyGenerator Public

    Generates the assembly code from the input program.

    Java

  5. SoC-Concurrent-Practice SoC-Concurrent-Practice Public

    A relatively simple program that implements service oriented computing and concurrent software by mimicing the interaction(s) of a "Travel Agency" and "Hotel Supplier"

    C#

  6. Data_Structures-LinkedList Data_Structures-LinkedList Public

    A simple program that implements a linked list.

    C++