Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 583 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 583 Bytes

High-Level-Programming-Language-from-scratch-

A high level compiled programming languages designed from scratch, that follows all the steps of the compilation process:

  • lexical analysis,
  • syntcatic analysis,
  • static semantics analysis,
  • AL code generation,
  • MC generation,
  • Execution.

Designed in Moroccan dialect Darija.

Provides support for all the main construct of a programming language such as variables, functions, control statements, and so on.

This project is still under development and requires some additional modifications to become complete.