Skip to content

Full implemented Javascript based interpreter of language with defined rules.

Notifications You must be signed in to change notification settings

ignatiqq/interpreeter

Repository files navigation

Interpreeter

Interpreeter is a TypeScript-based project that implements its own programming language by tokenizing, parsing, and executing its custom set of language rules.

Language Overview

The language included in this repository allows for the creation of custom programs with unique syntax and semantics. Developers can leverage the capabilities of this language to build applications tailored to specific requirements.

Features

  • Tokenization: The process of converting source code into tokens for parsing.
  • Parsing: Translating the tokenized code into a structured format for execution.
  • Execution: Running the parsed code according to the language rules.

based on - https://craftinginterpreters.com/

About

Full implemented Javascript based interpreter of language with defined rules.

Resources

Stars

Watchers

Forks

Packages

No packages published