ashryaagr / JagScript

C-Like Language/Compiler with Native Support for Jagged Arrays and Array Arithmetic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JagScript

C-Like Language/Compiler with Native Support for Jagged Arrays

Salient Features of Language

  • Native Support for Jagged Arrays
  • Support for Array Arithmetic
  • Boolean primitives

Jagged Arrays

Jaged Arrays in JagScript are divided into 2 types:

  • 3D Jagged Arrays

3D Jagged Array

  • 2D Jagged Arrays

2D Jagged Array

Interacting with the Compiler

Option 0: exit Option 1: Create parse tree Option 2: Traverse the parse tree to construct typeExpressionTable. Also print the type errors while traversing the parse tree and accessing the typeExpressionTable. Option 3: Print parse tree in the specified format Option 4: Print typeExpressionTable in the specified format

Authors

About

C-Like Language/Compiler with Native Support for Jagged Arrays and Array Arithmetic

License:MIT License


Languages

Language:C 97.0%Language:C++ 2.7%Language:CMake 0.2%Language:Makefile 0.1%