Skip to content
View MantasEdine's full-sized avatar

Block or report MantasEdine

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. vanilla-json vanilla-json Public

    A from-scratch JSON engine for JavaScript: recursive descent parser, escape-aware tokenizer, and spec-compliant serializer. No dependencies, no shortcuts, 107 tests.

    JavaScript

  2. Everything-About-Pointers Everything-About-Pointers Public

    Everything-About-Pointers Comprehensive guide on pointers in C

    C 4 1

  3. better-regex better-regex Public

    A regex engine built from scratch in vanilla JavaScript — a hand-written parser and a backtracking matcher. No native RegExp, no dependencies.

    JavaScript