Skip to content
/ expl Public
forked from eXpOSNitc/expl

ExpL (Experimental Language) Compiler

Notifications You must be signed in to change notification settings

madhavpcm/expl

 
 

Repository files navigation

ExpL Compiler

Introduction : ExpL (Experimental Language) Compiler is used to write programs which can be run on eXpOS (eXperimental Operating System). The compiler compiles the program written in ExpL and translates it into machine code which is simulated on the machine.

Prerequisites :

• GCC (GNU project C and C++ compiler)
• Flex / Lex (Fast Lexical Analyser Generator)
• Bison / Yacc (GNU Project Parser Generator)

Compiling and Running :

Run the following commands to compile and run the ExpL compiler:

  1. make
  2. ./expl <path-to-file>

About

ExpL (Experimental Language) Compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 55.0%
  • Yacc 35.6%
  • Lex 8.6%
  • Makefile 0.8%