Commit Graph

107 Commits

Author SHA1 Message Date
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 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 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 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
Callum Anderson 083c3f5d41 Distinguish between conditional dec and stmnt 2014-02-24 11:17:26 +11:00
Callum Anderson bdc5c7aa52 Struct member initializers were not being stored 2014-02-24 09:31:44 +11: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
Callum Anderson faf17b8afe Allow typeof expression in template mixin 2014-02-22 15:56:50 +11:00
Callum Anderson 6f5c71eef1 Allow function attributes in lambda expression 2014-02-22 14:37:08 +11: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
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 e6c83354e5 Fix issue with slice expressions not being visited or printed 2014-02-17 21:01:49 -08:00
Hackerpilot 0afeca5f9f Make moreTokens public 2014-02-14 09:01:21 -08:00
Hackerpilot 54118e905f Merge pull request #106 from AndrejMitrovic/FixAliasLinkage
Add linkage attribute parsing support to alias declarations.
2014-02-12 10:57:52 -08:00
Andrej Mitrovic a531013764 Add linkage attribute parsing support to alias declarations. 2014-02-12 19:55:12 +01:00
Hackerpilot 1358b5ace9 Merge pull request #105 from AndrejMitrovic/ParseBaseProtection
Emit warning for deprecated base class protection syntax.
2014-02-11 10:13:18 -08:00
Andrej Mitrovic 89bbb41059 Emit warning for deprecated base class protection syntax. 2014-02-11 13:02:49 +01:00
Andrej Mitrovic ab067e5732 Change Lexer API: Remove IDType parameter, it can be retrieved via the Token parameter. Re-arrange parameters so tokens are in order and can be used as a typetuple through multiple other templated functions. 2014-02-11 12:17:40 +01:00
Hackerpilot a5d7bf0956 Fixed ddoc macro mistake 2014-02-03 01:10:07 -08:00
Hackerpilot ead34bcac7 Delete parser.html 2014-02-03 01:06:40 -08:00
Hackerpilot 4e5e2268ec Delete parser.o 2014-02-03 01:06:30 -08:00
Hackerpilot d274608d70 Updated ddoc 2014-02-03 01:03:51 -08:00
Hackerpilot 552d0bbb07 Solved the mystery of the disappearing doc comments 2014-01-30 20:00:20 -08:00
Hackerpilot b682648b27 Fix infinite loop in identifier lexing 2014-01-29 22:06:30 -08:00
Hackerpilot bf7f098799 Fix bug in HEREDOC string literal lexing 2014-01-29 15:39:57 -08:00
Callum Anderson a8f888c436 Fix: unary expression unexpected end, range violations 2014-01-29 10:25:51 +11:00
Hackerpilot d13d680b74 Updated lexer docs. Implemented delete and fp operator rules. Fixed bug with AST traversal 2014-01-26 22:47:21 -08:00
Hackerpilot 2f78272fed Simplified lexer interface 2014-01-23 22:54:18 -08:00
Hackerpilot 76fc800d30 Fixed bug in dot parsing 2014-01-23 02:38:30 -08:00
Hackerpilot 3eaf095625 Fix ordering on token handling 2014-01-23 02:29:27 -08:00
Hackerpilot 4ec5af9093 Lots of optimization. Updated GDC portion of build script 2014-01-21 23:26:23 -08:00
Hackerpilot a060dabde7 Initial work on the lexer optimization 2014-01-21 19:48:03 -08:00
Hackerpilot 2cf405896a Fixed float lexing and static analysis issues 2014-01-20 20:34:30 -08:00
Hackerpilot 8a444fbd89 Initial static analysis checks 2014-01-20 20:09:32 -08:00
Hackerpilot c01c51a61e Back-end cleanup and optimization in the lexer 2014-01-19 23:13:13 -08:00
Hackerpilot 24a0c1bc2b Implemented HEREDOC madness 2014-01-17 12:01:32 -08:00
Hackerpilot 281b46eea2 String cache improvements 2014-01-16 18:46:18 -08:00
Hackerpilot a3f9be1e12 Added warning for deprecated alias syntax 2014-01-16 18:44:37 -08:00
Hackerpilot d83518e236 Speed up whitespace handling 2014-01-15 03:31:06 +00:00
Hackerpilot 442001d731 Re-introduce string cache and clean up some code 2014-01-15 02:38:52 +00:00
Hackerpilot c08602e0b7 Added fields needed by DCD 2014-01-14 01:01:06 +00:00