tile-lang logo

tile Programming Language

AboutAboutContact ↗Contact ↗ (opens in a new tab)
GitHubGitHub (opens in a new tab)DiscordDiscord (opens in a new tab)
  • Introduction
  • Getting Started
  • Tasm Introduction
  • Tile Assembler
    • Lexer
    • Parser
  • Tile VM
    • Instructions
  • Tile Language
    • Lexer
    • Parser
  • Tile C Interface
  • Introduction
  • Getting Started
  • Tasm Introduction
  • Tile Assembler
    • Lexer
    • Parser
  • Tile VM
    • Instructions
  • Tile Language
    • Lexer
    • Parser
  • Tile C Interface
  • About
  • Contact ↗ (opens in a new tab)
Tile Assembler
Parser

Tasm Parser

tasm-lexer is a simple parser for tasm.
Written as a header-only library in C
Check the source code (opens in a new tab) of the tasm-parser.

LexerInstructions

Tile Language Docs