Hackerpilot
|
3ddac7885f
|
Windows build script update
|
2014-03-04 23:55:21 -08:00 |
Hackerpilot
|
735f3ec004
|
Small refactoring
|
2014-03-04 23:17:54 -08:00 |
Hackerpilot
|
2ac1eb1729
|
Removed debug statement
|
2014-03-04 22:52:12 -08:00 |
Hackerpilot
|
efdde7c988
|
Fix #138. Parser should now support opCall correctly
|
2014-03-04 22:49:20 -08:00 |
Hackerpilot
|
f0e8e848ab
|
Fix problem with suffixed number literals
|
2014-03-04 22:47:14 -08:00 |
Hackerpilot
|
020137cb94
|
DERP
|
2014-03-04 00:28:32 -08:00 |
Hackerpilot
|
fdce684849
|
Alias declarations now have ddoc parsed
|
2014-03-03 23:48:41 -08:00 |
Hackerpilot
|
8070c39551
|
Fix #139
|
2014-03-03 23:15:13 -08:00 |
Hackerpilot
|
1536ed722b
|
Merge branch 'master' of https://github.com/Hackerpilot/Dscanner
Conflicts:
stdx/lexer.d
|
2014-03-03 23:11:41 -08:00 |
Hackerpilot
|
7288514a1b
|
Run static analysis checks in parallel. Implement #130
|
2014-03-03 23:09:20 -08:00 |
Hackerpilot
|
3a10d4bb72
|
Improve error handling for string interning
|
2014-03-03 22:28:13 -08:00 |
Hackerpilot
|
f3d422ecab
|
Make it possible to use the new allocator design for the parser
|
2014-03-03 22:27:44 -08:00 |
Hackerpilot
|
b60df8e5c4
|
Make most AST classes final and most methods for processing them const
|
2014-03-03 22:24:58 -08:00 |
Hackerpilot
|
b2b7fc3e17
|
Fix issue with backwards range check dying on numbers with underscores
|
2014-03-01 01:55:59 -08:00 |
Hackerpilot
|
6b6d3dadc2
|
Enhanced string intern API
|
2014-02-28 15:05:35 -08:00 |
Hackerpilot
|
c660faa5bf
|
Merge branch 'master' of https://github.com/Hackerpilot/Dscanner
|
2014-02-26 00:22:40 -08:00 |
Hackerpilot
|
299969b252
|
String interning is now shared and nearly lock free
|
2014-02-26 00:22:01 -08:00 |
Hackerpilot
|
7d4eec1961
|
Update README.md
|
2014-02-25 13:06:02 -08:00 |
Hackerpilot
|
9c6c340c74
|
Merge pull request #122 from callumenator/conditional-fix
Distinguish between conditional dec and stmnt
|
2014-02-23 16:36:12 -08:00 |
Callum Anderson
|
083c3f5d41
|
Distinguish between conditional dec and stmnt
|
2014-02-24 11:17:26 +11:00 |
Hackerpilot
|
ee940f3d30
|
Merge pull request #121 from callumenator/struct-init-fix
Struct member initializers were not being stored
|
2014-02-23 14:33:35 -08:00 |
Callum Anderson
|
bdc5c7aa52
|
Struct member initializers were not being stored
|
2014-02-24 09:31:44 +11:00 |
Hackerpilot
|
d979e7ca22
|
Merge branch 'master' of https://github.com/Hackerpilot/Dscanner
|
2014-02-22 12:52:52 -08:00 |
Hackerpilot
|
15f0558166
|
Fix lexers with no possibleDefaultTokens. Improve ddoc
|
2014-02-22 12:52:40 -08:00 |
Hackerpilot
|
63b9ee48ae
|
Merge pull request #120 from callumenator/anon-class-fix
Check for constructor args in new anon class expression
|
2014-02-21 22:13:09 -08:00 |
Callum Anderson
|
355791cee6
|
Check for constructor args in new anon class expression
|
2014-02-22 16:53:37 +11:00 |
Hackerpilot
|
8060fbb565
|
Merge pull request #119 from callumenator/mixin-fix
Allow typeof expression in template mixin
|
2014-02-21 21:52:43 -08:00 |
Callum Anderson
|
faf17b8afe
|
Allow typeof expression in template mixin
|
2014-02-22 15:56:50 +11:00 |
Hackerpilot
|
20d90c412a
|
Merge pull request #118 from callumenator/lambda-attr-fix
Allow function attributes in lambda expression
|
2014-02-21 20:17:10 -08:00 |
Callum Anderson
|
6f5c71eef1
|
Allow function attributes in lambda expression
|
2014-02-22 14:37:08 +11:00 |
Hackerpilot
|
07ad316723
|
Code review changes
|
2014-02-21 15:26:24 -08:00 |
Hackerpilot
|
dcc6c9e304
|
Merge pull request #116 from callumenator/dbg-stmnt-fix
debug/version = blah is treated as a statement
|
2014-02-20 22:14:56 -08:00 |
Hackerpilot
|
b2232867d9
|
Merge pull request #115 from callumenator/caserange-fix
Case range statement - low node not set
|
2014-02-20 21:53:01 -08:00 |
Callum Anderson
|
4c05a09663
|
debug/version = blah is treated as a statement
|
2014-02-21 16:50:03 +11:00 |
Callum Anderson
|
65bed05fa7
|
Case range statement - low node not set
|
2014-02-21 16:02:04 +11:00 |
Hackerpilot
|
2eba33c1d3
|
Updated DDoc, made template order more consistent.
|
2014-02-20 01:04:48 -08:00 |
Hackerpilot
|
c56716e096
|
Updated Windows batch file
|
2014-02-19 16:44:13 -08:00 |
Hackerpilot
|
ffe9a5d986
|
Fix #113
|
2014-02-19 16:38:02 -08:00 |
Hackerpilot
|
9774359763
|
Fix #112. The AST was correct but the printing was not
|
2014-02-18 17:38:59 -08:00 |
Hackerpilot
|
14b52b1f31
|
Update README
|
2014-02-17 21:13:57 -08:00 |
Hackerpilot
|
619f1f05c8
|
Fix #111
|
2014-02-17 21:10:23 -08:00 |
Hackerpilot
|
e6c83354e5
|
Fix issue with slice expressions not being visited or printed
|
2014-02-17 21:01:49 -08:00 |
Hackerpilot
|
5f5a10b8fa
|
Added licensne field
|
2014-02-15 14:27:43 -08:00 |
Hackerpilot
|
2fb46a82c9
|
Use valid enum syntax instead of invalid alias syntax
|
2014-02-14 14:23:27 -08:00 |
Hackerpilot
|
3c6bab7d63
|
Merge branch 'master' of https://github.com/Hackerpilot/Dscanner
|
2014-02-14 09:03:32 -08:00 |
Hackerpilot
|
0afeca5f9f
|
Make moreTokens public
|
2014-02-14 09:01:21 -08:00 |
Hackerpilot
|
29843cf282
|
Merge pull request #108 from MartinNowak/addDubPackage
add dub.json
|
2014-02-14 08:59:36 -08:00 |
Martin Nowak
|
97c2d9aff5
|
add dub.json
- defines 2 configurations "library" and "dscanner"
|
2014-02-14 01:49:57 +01:00 |
Hackerpilot
|
06436cbc1f
|
Merge pull request #107 from AndrejMitrovic/InnerTok
Inject a private _tok template to allow user-defined tok() template to have an arbitrary name.
|
2014-02-13 01:45:41 -08:00 |
Andrej Mitrovic
|
236403ab31
|
Inject a private _tok template to allow user-defined tok() template to have an arbitrary name.
|
2014-02-13 10:32:27 +01:00 |