From 45b11a97980762c52ca1ad949b1f316517c20355 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sat, 31 Oct 2015 09:02:07 +0100 Subject: [PATCH] updated cesyms, cetodo, ceast to use libdparse master & dmd 2.069 --- cedast/src/ast.d | 2 +- cesyms/cesyms.d | 2 +- cetodo/cetodo.d | 2 +- libdparse | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cedast/src/ast.d b/cedast/src/ast.d index e6017fd5..704a970a 100644 --- a/cedast/src/ast.d +++ b/cedast/src/ast.d @@ -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; diff --git a/cesyms/cesyms.d b/cesyms/cesyms.d index 205e836f..74fc8950 100644 --- a/cesyms/cesyms.d +++ b/cesyms/cesyms.d @@ -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) diff --git a/cetodo/cetodo.d b/cetodo/cetodo.d index c5863cc5..619b7f91 100644 --- a/cetodo/cetodo.d +++ b/cetodo/cetodo.d @@ -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 diff --git a/libdparse b/libdparse index 66dffcb6..8230f207 160000 --- a/libdparse +++ b/libdparse @@ -1 +1 @@ -Subproject commit 66dffcb615a1992fc69bbc7d8dccd70950a327a4 +Subproject commit 8230f207912b40a46e5eae84e50ee59215b7c67f