Merge branch 'master' of https://github.com/Hackerpilot/Dscanner
This commit is contained in:
commit
f999e0e76f
|
@ -23,6 +23,8 @@ import std.string : format;
|
||||||
// Caution: generates 180 megabytes of logging for std.datetime
|
// Caution: generates 180 megabytes of logging for std.datetime
|
||||||
//version = std_parser_verbose;
|
//version = std_parser_verbose;
|
||||||
|
|
||||||
|
alias ParseAllocator = CAllocatorImpl!(Mallocator);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Params:
|
* Params:
|
||||||
* tokens = the tokens parsed by std.d.lexer
|
* tokens = the tokens parsed by std.d.lexer
|
||||||
|
|
Loading…
Reference in New Issue