Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 749 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 749 Bytes

CReact -The Esoteric programming Language

About the project :

This is a transpiled esolang that is made to explore the boundaries of computer language design. The esolang Creact works with HTML tags to implement logic-based procedural programming in an HTML-adapted design. The Creact code is transpiled using various STL containers provided in the C++ programming language to seamlessly convert the esolang to a C file that can be compiled to view the desired result.

Tech Stacks used :

C, C++ , MakeFile/Bash scripting(for compilation purposes)

Aim :

To understand & experiment with computer language design, understand raw parsing concepts, and understand applicative methods of various containers in C++, and at last, have fun.