forked from eXpOSNitc/spl
-
Notifications
You must be signed in to change notification settings - Fork 0
License
lenywv/spl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
SPL Compiler ============ Introduction : SPL (System Programmer’s Language) Compiler is used in the implementation of an operating system on XSM (eXperimental String Machine). The compiler compiles the code written in SPL and translates it into machine code which is simulated on the machine. Installation 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 SPL compiler 1. make 2. ./spl <flag> < <path-to-file> Flags : ----- Any one of these flags is required to compile. • --os : Compile OS Code • --int=timer : Compile Timer Interrupt code • --int=[1-7] : Compile Interrupt routines • --exhandler : Compile Exception Handler
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 73.8%
- Yacc 16.2%
- Lex 9.6%
- Makefile 0.4%