Skip to content

Commit 14a2326

Browse files
committed
[WIP] feat: implement visitors and writers
Signed-off-by: Prajwal S N <[email protected]>
1 parent c083f83 commit 14a2326

File tree

10 files changed

+2973
-3857
lines changed

10 files changed

+2973
-3857
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[submodule "libdparse"]
2-
path = libdparse
3-
url = https://github.com/dlang-community/libdparse.git
41
[submodule "stdx-allocator"]
52
path = stdx-allocator
63
url = https://github.com/dlang-community/stdx-allocator

dub.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,17 @@
44
"targetType": "autodetect",
55
"license": "BSL-1.0",
66
"dependencies": {
7-
"libdparse": ">=0.19.2 <1.0.0",
8-
"dmd": "~>2.105.2"
7+
"dmd": "~>2.106.0-beta.1"
98
},
10-
"targetPath" : "bin/",
11-
"targetName" : "dfmt",
12-
"stringImportPaths" : [
13-
"bin"
9+
"targetPath": "bin/",
10+
"targetName": "dfmt",
11+
"stringImportPaths": [
12+
"bin"
1413
],
15-
"versions" : [
14+
"versions": [
1615
"built_with_dub"
1716
],
18-
"preBuildCommands" : [
19-
"$DC -run \"$PACKAGE_DIR/dubhash.d\""
17+
"preBuildCommands": [
18+
"$DC -run \"$PACKAGE_DIR/dubhash.d\""
2019
]
2120
}

libdparse

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)