A tiny javascript bundler implementation.
-
Updated
Dec 13, 2025 - JavaScript
A grammar describes the syntax of a programming language, and might be defined in Backus-Naur form (BNF). A lexer performs lexical analysis, turning text into tokens. A parser takes tokens and builds a data structure like an abstract syntax tree (AST). The parser is concerned with context: does the sequence of tokens fit the grammar? A compiler is a combined lexer and parser, built for a specific grammar.
A tiny javascript bundler implementation.
JavaScript Reverse Engineering Toolkit (JSRETK) - Experimental tools for analyzing (minified/obfuscated) JavaScript
Python expressions parser and evaluator written in Javascript (https://github.com/odoo/odoo/tree/14.0/addons/web/static/lib/py.js)
Tokenizing strings of text. Regex extracting arrays of words and optionally numbers, emojis, tags, usernames and email addresses from strings. For Node.js and the browser. When you need more than just [a-z] regular expressions.
A secure, tokenized mobile wallet system optimized for vault transactions and revenue growth. Open Wallet is an open-source wallet infrastructure that transforms how businesses handle payments by leveraging tokenized vaults to maximize revenue while maintaining PCI DSS compliance.
Ultra-fast, client-side token counter for large text blobs
A JavaScript implementation of a Thai syllable segmenter using Conditional Random Fields (CRF). This tool segments Thai text into syllables, which is crucial for many NLP tasks in Thai language processing including text-to-speech, phonetic analysis, and language learning applications.
Visualiza cómo los modelos de IA procesan y tokenizan tu texto
🌿 NodeJS PHP Parser - extract AST or tokens
A react native port of Kagome: a Japanese Morphological Analyzer
My implementation of JackAnalyzer from Nand2Tetris
A simple tokenizer visualizer for processing text data into tokens to illustrate tokenization process in AI models for education purpose.