Home » Archive

Articles in the SPCC Category

SPCC »

[30 Apr 2011 | No Comment | 88 views]

This short tutorial shows you how to compile and execute .l files using lex compiler. It also show you how to install lex compiler on your system in 1 step.

C / C++, SPCC »

[9 Apr 2011 | No Comment | 104 views]
Symbol Table Generator Program in C – SPCC

Program to implement Symbol Table Generator in C programming lanuage. Used in subject of System Programming and Compiler Construction.

C / C++, SPCC »

[9 Apr 2011 | No Comment | 23 views]
Code Generation Program in C – SPCC

Program to implement code generation for the given input. System Programming and Compiler Construction (SPCC).

C / C++, SPCC »

[9 Apr 2011 | No Comment | 50 views]
Code Optimization Program in C – SPCC

Program to implement code optimization using c programming language.

C / C++, SPCC »

[9 Apr 2011 | No Comment | 11 views]
Lex Specifications Program in C – SPCC

Program which takes input and determines whether token is an identifier, number, symbol or header file. Default program is named as lex.l which needs to compiled using yacc commands and then compile using gcc.

C / C++, SPCC »

[9 Apr 2011 | No Comment | 62 views]
Lexical Analysis Program in C – SPCC

This program reads source program from input file and generates tokens.