mirror of https://gitlab.com/basile.b/dexed.git
updated cesyms, cetodo, ceast to use libdparse master & dmd 2.069
This commit is contained in:
parent
35538f7155
commit
45b11a9798
|
@ -1,6 +1,6 @@
|
|||
module ast;
|
||||
|
||||
import std.d.lexer, std.d.parser, std.d.ast;
|
||||
import dparse.lexer, dparse.parser, dparse.ast;
|
||||
import std.json, std.array, std.conv, std.parallelism, std.concurrency;
|
||||
import iz.enumset, iz.memory;
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
module cesyms;
|
||||
|
||||
import std.stdio, std.path, std.file, std.array, std.string;
|
||||
import std.d.lexer, std.d.ast, std.d.parser;
|
||||
import dparse.lexer, dparse.ast, dparse.parser;
|
||||
import std.traits;
|
||||
|
||||
void main(string[] args)
|
||||
|
|
|
@ -46,7 +46,7 @@ import std.array, std.conv, std.traits, std.ascii;
|
|||
import std.file, std.path, std.range;
|
||||
|
||||
// libdparse
|
||||
import std.d.lexer;
|
||||
import dparse.lexer;
|
||||
|
||||
/// Encapsulates the fields of a _TODO comment_.
|
||||
private struct TodoItem
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 66dffcb615a1992fc69bbc7d8dccd70950a327a4
|
||||
Subproject commit 8230f207912b40a46e5eae84e50ee59215b7c67f
|
Loading…
Reference in New Issue