Skip to content

A simple compiler written in C# for compiling a language called "Tiny".

Notifications You must be signed in to change notification settings

1AhmedGalal/Tiny_Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Compiler

A simple compiler written in C# for compiling a language called "Tiny"

Language Description

Click here

Compiler Features

  • Tokenization: Source code is broken down into tokens.
  • Lexical Analysis: The tokenized input is processed by the lexical analyzer.
  • Parsing: The token stream is fed into the parser, which verifies whether the sequence of tokens adheres to the grammar rules of the programming language.
  • Error Handling: During parsing, the compiler checks for syntax errors in the input code. If a syntax error is detected, the compiler generates error messages.

Creators

About

A simple compiler written in C# for compiling a language called "Tiny".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages