Designing a compiler for a toy language
The compiler will be developed for a subset of Java language.
The expected parameters for the following toy language will be:
Data Types: Integers, Floats.
Operators: +,-,*,/,=.
Symbols: (,),{,},[,].
Team Members-2
- Tushar Jain Github- https://github.com/tushar-jain26/compiler.git
- Yashika Khurana Github- https://github.com/yashikakhurana/compiler_1.git
The project has been developed using certain tools, functions , IDE's etc. The following have been mentioned below:
-
Java platform has been used to develop this compiler.
-
Intellij Idea IDE has been used as the environment for the development of the code.
-
'Regex' pre-defined function has been used for regular expression development.
-
Other java.util class files have been used for various other functions.