Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 397 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 397 Bytes

H-Language

New Language written in Java which converts the code to C and can be exactly compiled with gcc compiler and runned fast as expected with C code.

Compiler

H Compiler is in progress written in Haskell but currently gcc is used.

Language Convetions

Easy Syntax compared to C language

Parser

Main class to parse the syntax convertion

Scanner

See the code for details