mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:57:35 +00:00
JSSpecCompiler: Provide an adequate command line interface
This commit is contained in:
parent
867ce0df52
commit
6ed069ea8d
10 changed files with 226 additions and 33 deletions
|
@ -18,6 +18,7 @@ namespace JSSpecCompiler {
|
|||
struct TranslationUnit {
|
||||
FunctionDefinitionRef adopt_function(NonnullRefPtr<FunctionDefinition>&& function);
|
||||
|
||||
StringView filename;
|
||||
Vector<NonnullRefPtr<FunctionDefinition>> function_definitions;
|
||||
HashMap<StringView, FunctionPointerRef> function_index;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue