summaryrefslogtreecommitdiff
path: root/test/Parser
Commit message (Expand)AuthorAgeFilesLines
* added support for common block SAVEarphaman2013-09-201-0/+6
* added parsing for COMMON statementarphaman2013-09-201-0/+15
* added support for -ffree-form and -ffixed-form optionsarphaman2013-09-192-0/+12
* fixed parsing for programs which begin with type statementsarphaman2013-09-141-0/+4
* added parsing for type decl specarphaman2013-09-091-0/+6
* added parsing for SEQUENCE stmt in type constructarphaman2013-09-091-0/+5
* added parsing for component-decl in a type constructarphaman2013-09-091-2/+10
* improved parsing for declaration attribute specifiersarphaman2013-09-091-3/+22
* started parsing and sema for type declarationsarphaman2013-09-081-1/+5
* fixed complex literal bugarphaman2013-08-241-0/+3
* fixed fixed-form END statement parsingarphaman2013-08-231-0/+8
* replaced old fixed-form parsing system with a new onearphaman2013-08-232-1/+23
* added parsing for RECURSIVE TYPE and TYPE RECURSIVE; improved fixed-form rele...arphaman2013-08-233-1/+28
* added fixed form keyword matchers, fixed fixed-form function parsing bugarphaman2013-08-231-6/+8
* added parsing for RECURSIVEarphaman2013-08-222-0/+16
* added parsing for RESULTarphaman2013-08-222-0/+15
* fixed end subroutine/end program statement parsingarphaman2013-08-222-1/+6
* improved fixed-form parsing supportarphaman2013-08-211-0/+13
* added sema and parsing for WHERE constructarphaman2013-08-191-0/+32
* added error for array expression with implied shapearphaman2013-08-161-1/+1
* added basic support for array constructors and array assignmentsarphaman2013-08-151-0/+13
* improved fixed-form do parsingarphaman2013-08-081-1/+11
* implemented a statement reparsing mechanism, fixed-form do test now passesarphaman2013-08-081-1/+1
* added check for next case or end select stmt after select casearphaman2013-08-061-0/+11
* improved parsing for select case constructarphaman2013-08-061-0/+4
* added parsing for select case stmtarphaman2013-08-051-0/+29
* added parsing for EQUIVALENCE statementarphaman2013-08-051-0/+12
* added parsing and sema for the SAVE stmt; improved spec diagnosticsarphaman2013-08-051-0/+16
* added parsing and sema for computed goto statementarphaman2013-08-031-0/+11
* added failing fixed-form testarphaman2013-08-031-0/+13
* added parsing for statement functionsarphaman2013-08-021-0/+12
* added parsing and sema for exit and cycle statementsarphaman2013-08-012-0/+27
* added support for named if and do constructsarphaman2013-08-012-0/+29
* bug fixarphaman2013-07-301-6/+6
* improved if construct parsing recoveryarphaman2013-07-251-1/+3
* added parsing for optional comma in a data stmtarphaman2013-07-251-1/+3
* partially fixed fixed-form functin declaration parsingarphaman2013-07-251-0/+14
* added parsing for optional ',' in a do constructarphaman2013-07-251-0/+9
* improved implicit rules for function calls and call stmtarphaman2013-07-243-2/+17
* improved construct termination and control flow error recoveryarphaman2013-07-242-4/+3
* improved parsing error recovery for if and do constructs; moved sema for exec...arphaman2013-07-243-3/+47
* added statement termination checksarphaman2013-07-231-0/+17
* expanded assign and do implicit decl testsarphaman2013-07-232-2/+14
* improved implicit decl rulesarphaman2013-07-235-5/+17
* improved fixed-form squashed identifier supportarphaman2013-07-231-0/+14
* improved fixed form identifier lexingarphaman2013-07-211-0/+4
* improved parsing diagnostics for substrings, array subscripts and call expres...arphaman2013-07-203-1/+9
* added parser skip until and expectandconsume methods; improved diagnostics fo...arphaman2013-07-205-0/+17
* changed identifier info to store characters in lower case; added proper funct...arphaman2013-07-171-20/+20
* print ast only when the -ast-print flag is given to the driverarphaman2013-07-171-1/+1