Compilatore yield, set e for con LFM testing.
-
Updated
Feb 3, 2025 - C++
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.
Compilatore yield, set e for con LFM testing.
CS 280 Assignment 4 Language Interpreter
A C++ Parser Project
Fast & efficient BPE tokenizer written in C & python for LLM tranining
A basic interpreter which interprets and executes a program line by line
BPE & Unigram Vocab Training library
Interpreter for the Datalog programming language. Parse, tokenize, AST, and execute database queries using relational algebra operators
From-scratch BPE tokenizer implementation in C++ with UTF-8 support including emojis.