SimpleProgramAnalyser / spa

A CMake Windows program for a SIMPLE language
GNU General Public License v3.0
3 stars 0 forks source link

Combination of Two Wildcards + 2 specified synonym fails the program #166

Closed Dandford closed 4 years ago

Dandford commented 4 years ago

How to reproduce: Take any source file and run Eg: stmt s; Select s such that Follows(,) such that Follows(3,4)

However Combination of Two wildcards + 1/2 unknown synonym passes

SwampertX commented 4 years ago

stmt s; Select s such that Follows(_,_) such that Follows(3,4)

for easy copying

SwampertX commented 4 years ago

Closed by #168 .