Tuesday 20 August 2013

Compilers Notes

"Real programmers can write assembly code in any language." - Larry Wall


 

Topicwise Notes

           Ambiguity
           Removal of Ambiguity
                  Associativity of Operators
                  Precedence of Operators
                  Separate Rule
           Syntax-Directed Translation
           Parsing
                  Top-down Parser
                  Predictive Parser
           Left Recursion
           Regular Expression (RE)
           Regular Definition
           Finite Automata
           Conversion of NFA into DFA
           Conversion of RE into NFA
References

No comments:

Post a Comment