Skip to content

A programming language with syntax similar to python and compiler program written in C++. This project explores concepts such as interpreters, source code tokenization, compilation, and the inner workings of programming languages. Perfect for learning and experimenting with language design and implementation.

License

Notifications You must be signed in to change notification settings

AdityaBavadekar/cpplang

Repository files navigation

cpplang - A Simple Programming Language

This language and the code behind it is soley written for educational purpose like learning about how interpreters, source code tokenizers, programming langauages and compiling works.

For languages style see [test.t]


##################### Project How's #####################

STRUCTURE:

  • /constants
  • /tokenizer
  • /parser
  • /builtins
  • /syntaxdoc
  • /examples
  • /LICENSE
  • README

About

A programming language with syntax similar to python and compiler program written in C++. This project explores concepts such as interpreters, source code tokenization, compilation, and the inner workings of programming languages. Perfect for learning and experimenting with language design and implementation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published