1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:37:46 +00:00

JSSpecCompiler: Add infrastructure to parse <emu-clause> into AST

This commit is contained in:
Dan Klishch 2023-08-17 22:30:34 -04:00 committed by Andrew Kaster
parent f70e39d501
commit db0a03d1fb
3 changed files with 243 additions and 0 deletions

View file

@ -36,4 +36,10 @@ class SlotName;
class Variable;
class FunctionPointer;
// Parser/SpecParser.h
class AlgorithmStep;
class AlgorithmStepList;
class Algorithm;
class SpecFunction;
}