-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathextraParams.hxml
24 lines (13 loc) · 1.13 KB
/
extraParams.hxml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
-lib hscript
--macro addMetadata('#if hscriptPos @:build(rulescript.macro.ExprMacro.build()) #end', 'hscript.ExprDef')
--macro addMetadata('#if !hscriptPos @:build(rulescript.macro.ExprMacro.build()) #end', 'hscript.Expr')
--macro addMetadata('@:build(rulescript.macro.ExprMacro.buildToken())', 'hscript.Token')
--macro addMetadata('@:build(rulescript.macro.ExprMacro.buildModuleDecl())', 'hscript.ModuleDecl')
--macro addMetadata('@:build(rulescript.macro.ExprMacro.buildParserDefaults())', 'hscript.Parser')
--macro addMetadata('@:build(rulescript.macro.ExprMacro.buildInterpDefaults())', 'hscript.Interp')
--macro addMetadata('@:build(rulescript.macro.ExprMacro.buildToolsDefaults())', 'hscript.Tools')
--macro addMetadata('@:build(rulescript.macro.ExprMacro.buildPrinterDefaults())', 'hscript.Printer')
--macro addMetadata('@:build(rulescript.macro.ExprMacro.buildBytesDefaults())', 'hscript.Bytes')
--macro addMetadata('@:build(rulescript.macro.ExprMacro.buildCheckerDefaults())', 'hscript.Checker')
--macro addMetadata('@:build(rulescript.macro.ExprMacro.buildMacroDefaults())', 'hscript.Macro')
--macro rulescript.macro.Converter.init()