A simple brainf**k interpreter made in rust.
-
Updated
Mar 16, 2023 - Rust
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 simple brainf**k interpreter made in rust.
A simple and flexible lexer library written in pure rust.
🀄 The Jieba Chinese Analyzer for INFINI Pizza.
Next-Generation Byte Transformer made in Rust
Lexer and parser generator without any dependencies.
Text tokenization service (Rust, Axum) (Q1:2025)
[WIP] A rust based interpreter for a language name "lox"
A compiled mecab-ipadic-neologd dictionary for vibrato
Blazingly fast word embeddings with Tokenlearn
Lox tree-walk interpreter in Rust
Fast BPE algorithm to generate byte pair encodings from text corpus, it's written in rust and approximately 20x faster than it's python implementation
A tiny rust markdown to html compiler for my blog