Hackerpilot
|
7086fcf60b
|
Removed inline and noboundscheck due to compile time
|
2014-04-21 15:27:15 -07:00 |
Hackerpilot
|
7c22e9a849
|
Added check for identical if/else blocks and obvious self-assignment
|
2014-04-21 15:26:54 -07:00 |
Hackerpilot
|
06cf70b34c
|
Fix hex literals in foreach loops
|
2014-04-21 15:25:45 -07:00 |
Hackerpilot
|
65b81b3ed5
|
Whitespace
|
2014-04-15 12:05:42 -07:00 |
Hackerpilot
|
0b8fb97c07
|
Update documentation on LexerRange.popFrontN
|
2014-04-15 12:04:18 -07:00 |
Hackerpilot
|
c726b8985d
|
Fix CTAGS output of eponymous template declarations
|
2014-04-15 12:03:04 -07:00 |
Hackerpilot
|
11912f2c6f
|
Should not have commented that out
|
2014-04-15 11:51:19 -07:00 |
Hackerpilot
|
cf8f3c8eac
|
Fix 61
|
2014-04-15 11:36:11 -07:00 |
Hackerpilot
|
ddbe485c40
|
Fix #163
|
2014-04-14 14:30:51 -07:00 |
Hackerpilot
|
5f62054f38
|
Fix #162
|
2014-04-14 14:07:33 -07:00 |
Hackerpilot
|
7c49a32de0
|
Merge pull request #160 from workhorsy/master
Added missing check for <>=, the deprecated floating point operator.
|
2014-04-13 18:18:35 -07:00 |
Matthew Brennan Jones
|
1d2c529b24
|
Added missing check for <>=, the deprecated floating point operator.
|
2014-04-13 12:21:44 -07:00 |
Hackerpilot
|
c8efa5ae12
|
Fix #158
|
2014-04-10 16:54:01 -07:00 |
Hackerpilot
|
65d2f29082
|
Fix #157
|
2014-04-10 14:09:33 -07:00 |
Hackerpilot
|
df92a4d722
|
Added some checks for default constructors
|
2014-04-09 12:17:40 -07:00 |
Hackerpilot
|
eec45fe608
|
Updated allocator
|
2014-04-09 11:27:25 -07:00 |
Hackerpilot
|
f999e0e76f
|
Merge branch 'master' of https://github.com/Hackerpilot/Dscanner
|
2014-04-09 11:26:19 -07:00 |
Hackerpilot
|
46545e8ec4
|
Grammar fix
|
2014-04-09 11:26:15 -07:00 |
Hackerpilot
|
92ea77d45d
|
Fix imports
|
2014-04-09 11:25:35 -07:00 |
Hackerpilot
|
2c3d49d8da
|
Fix build issue
|
2014-04-05 19:16:08 -07:00 |
Hackerpilot
|
f4a215634d
|
Allow member function attributes on destructors
|
2014-03-27 09:55:29 -07:00 |
Hackerpilot
|
a3c5cb6484
|
Merge pull request #152 from workhorsy/master
Fix for issue #51
|
2014-03-23 20:49:00 -07:00 |
Matthew Brennan Jones
|
5689fe4583
|
Updated XMLPrinter to escape operator= value.
|
2014-03-23 15:20:26 -07:00 |
Hackerpilot
|
efaf1441b6
|
Fix #150
|
2014-03-19 14:43:47 -07:00 |
Hackerpilot
|
335c445912
|
Fix #149
|
2014-03-19 14:43:02 -07:00 |
Hackerpilot
|
77d12c769e
|
Fix #148
|
2014-03-19 12:56:19 -07:00 |
Hackerpilot
|
22bacd83ce
|
Fixed issue with column numbers being incorrect after lexing string literals
|
2014-03-09 14:51:55 -07:00 |
Hackerpilot
|
7102f557e5
|
Reverted a change that should not have been on this branch
|
2014-03-08 22:49:54 -08:00 |
Hackerpilot
|
e21b717724
|
Merge branch 'master' of https://github.com/Hackerpilot/Dscanner
|
2014-03-08 22:33:10 -08:00 |
Hackerpilot
|
d157d31634
|
Convert message function to delegate so that it can actually do something useful
|
2014-03-08 22:33:00 -08:00 |
Hackerpilot
|
997373a069
|
Fix #146
|
2014-03-08 22:22:52 -08:00 |
Hackerpilot
|
6db7a268dc
|
Merge pull request #144 from callumenator/class-decl
Allow for just identifier in class and interface decl
|
2014-03-08 20:31:00 -08:00 |
Hackerpilot
|
10fc89a96e
|
Merge pull request #145 from callumenator/attribute-decl
Attribute declarations can have attributes
|
2014-03-08 20:30:31 -08:00 |
Callum Anderson
|
7d95f48554
|
Attribute declarations can have attributes
|
2014-03-08 13:12:59 +11:00 |
Callum Anderson
|
b3685f9849
|
Allow for just identifier in class and interface decl
|
2014-03-07 12:07:21 +11:00 |
Hackerpilot
|
f146cc8d89
|
Merge pull request #142 from callumenator/postblit-attr
Allow member func attrs after postblit
|
2014-03-05 20:37:50 -08:00 |
Callum Anderson
|
0873c7b684
|
Hook manual memory management
|
2014-03-06 14:43:06 +11:00 |
Hackerpilot
|
6ebf4b4ca6
|
Merge pull request #141 from callumenator/lex-x
Lex \x escape sequence
|
2014-03-05 19:36:44 -08:00 |
Hackerpilot
|
27632afb3b
|
Merge pull request #143 from callumenator/non-void-init
Distinguish between struct initializer and func literal call expression
|
2014-03-05 19:29:25 -08:00 |
Callum Anderson
|
42556e6558
|
Distinguish between struct initializer and func literal call expression
|
2014-03-06 10:45:28 +11:00 |
Callum Anderson
|
db71af8ddb
|
Allow member func attrs after postblit
|
2014-03-06 10:29:29 +11:00 |
Callum Anderson
|
b8093ec269
|
Lex \x escape sequence
|
2014-03-06 09:53:23 +11:00 |
Hackerpilot
|
cef13d94ac
|
Merge pull request #140 from callumenator/build-script
Fix windows build script
|
2014-03-05 14:18:13 -08:00 |
Callum Anderson
|
ad8f00687b
|
Fix windows build script
|
2014-03-06 09:12:20 +11:00 |
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 |