Changes between Version 2 and Version 3 of FortranTranslationIssues


Ignore:
Timestamp:
01/22/19 09:56:18 (7 years ago)
Author:
wuwenhao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FortranTranslationIssues

    v2 v3  
    21211). Input: A CIVLCToken stream
    2222
    23 2). Output: A CIVL AST
     232). Output: A CIVL parse tree
    2424
    2525
     
    34343). Different parsers will be used for pars the CIVL-C token stream
    3535
     36=== ===
     371). A detailed plan of adding, removing and changing class/grammar files
     38
     392).
     40Preprocessor grammar: (Both Prep Lexer and Parser grammars in one file)
     41
     42CIVLC Lexer grammar: (Mainly for debugging)
     43Defines all CIVLC Tokens
     44
     45PP2CIVLTokenConverter
     46Converts a pp-token to a CIVLC token, or combine several into a single CIVLC token like `..`
     47
     48CIVLC Parser grammar: (Using CIVLC Token)
     49
     50Fortran Parser grammar: (Using CIVLC Token)