File: complexParserSyncApril2020.maude

package info (click to toggle)
maude 3.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,480 kB
  • sloc: cpp: 133,192; makefile: 2,180; yacc: 1,984; sh: 1,373; lex: 886
file content (13 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
set show timing off .
set show advisories off .

***
***	Check bug where cached simple parser was getting used
***	with complex parser auxiliary information leading to crash.
***

select META-LEVEL .

red metaParse(upModule('NAT, false), none, '0, 'Nat) .
red metaParseStrategy(upModule('NAT, false), none, 'idle) .
red metaParse(upModule('NAT, false), none, '0, 'Nat) .