JSSpecCompiler: Make -xspec capable of parsing the whole specification

... in theory. In practice, we fail to parse all of the functions.
This commit is contained in:
Dan Klishch 2024-01-18 21:17:26 -05:00 committed by Andrew Kaster
commit 14ee25b8ba
Notes: sideshowbarker 2024-07-17 03:45:48 +09:00
9 changed files with 255 additions and 58 deletions

View file

@ -63,6 +63,8 @@ class AlgorithmStep;
class AlgorithmStepList;
class Algorithm;
class SpecFunction;
class SpecificationClause;
class Specification;
// DiagnosticEngine.h
struct LogicalLocation;