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:
parent
f70e39d501
commit
db0a03d1fb
3 changed files with 243 additions and 0 deletions
|
@ -36,4 +36,10 @@ class SlotName;
|
|||
class Variable;
|
||||
class FunctionPointer;
|
||||
|
||||
// Parser/SpecParser.h
|
||||
class AlgorithmStep;
|
||||
class AlgorithmStepList;
|
||||
class Algorithm;
|
||||
class SpecFunction;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue