Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techeng322/compiler-construction
https://github.com/techeng322/compiler-construction
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/techeng322/compiler-construction
- Owner: techeng322
- Created: 2023-11-08T19:54:18.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-21T14:23:00.000Z (about 1 year ago)
- Last Synced: 2024-01-15T10:34:57.959Z (about 1 year ago)
- Language: C
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
# Compiler Construction Program
1. Program for Tokenization (counting the no of characters, lines, spaces, tabs etc..,).
2. Program to implement Scanner using C.
3. Program to implement Scanner application using LEX tool.
4. Program to identify the Octal or Hexadecimal number using lex tool.
5. Program to capitalize the input string using LEX.
6. Program to find real precision numbers using lex.
7. TOPDOWN PARSERS : Program to implement Recursive descent parser for the given grammar.
8. Program to find FIRST elements for the given grammar.
9. Program to find FOLLOW elements for the given grammar.
10. Program to construct predictive LL1 parsing table.
11. BOTTOM UP PARSERS : Program to implement Parser using Yacc.
12. Program to implement calculator using Yacc tool.
13. Program to find the closure collections.
14. Program to construct Goto
15. Program to implement three address code generation (Triple generation).
16. Program forcode generation.(assembly language code generation)
17.Program to perform optimization of the given code byCode optimization