Skip to content

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

License

Notifications You must be signed in to change notification settings

ashryaagr/JagScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages