Skip to content
View tuan-ng's full-sized avatar

Block or report tuan-ng

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. a-mini-language-in-c a-mini-language-in-c Public

    A programming language in C, with a tokenizer, a parser, an abstract syntax tree interpreter, a compiler, and a virtual machine.

    C 17 1

  2. arith-js arith-js Public

    An interpreter and a compiler for an arithmetic language.

    JavaScript

  3. permute-product permute-product Public

    Two small functions to compute permutations and products of sets.

    JavaScript

  4. pratt-expression pratt-expression Public

    Parsing expressions involving +, - , *, /, ~, !, **, and ( and ) following Pratt's method. Use pytest for unittest.

    Python

  5. tic-tac-toe tic-tac-toe Public

    A tic-tac-toe with time travel, winner highlighting, and draw predicting! Play live on gh-pages.

    JavaScript

  6. js-json-parser js-json-parser Public

    JSON parser following Douglas Crockford

    JavaScript