Commit Graph

375 Commits

Author SHA1 Message Date
Hackerpilot 552d0bbb07 Solved the mystery of the disappearing doc comments 2014-01-30 20:00:20 -08:00
Hackerpilot d5689dd1ac Fixed null pointer error 2014-01-30 19:59:54 -08:00
Hackerpilot 575e75fc91 Fix #90 2014-01-30 10:45:14 -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
Hackerpilot 8bf1f5b36f Merge pull request #88 from callumenator/unaryfix
Fix: unary expression unexpected end, range violations
2014-01-28 15:52:00 -08:00
Callum Anderson a8f888c436 Fix: unary expression unexpected end, range violations 2014-01-29 10:25:51 +11:00
Hackerpilot 3df1324e9b Relaxed rules on number formatting for #84. Implemented #86 2014-01-26 23:29:45 -08:00
Hackerpilot 6bed0a287a Implement #84 2014-01-26 23:00:57 -08: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 62df18f489 Fixed stupid off-by-one errors 2014-01-22 00:24:58 -08:00
Hackerpilot 2c90f300fd Merge pull request #87 from Hackerpilot/vector-optimization
Vector optimization
2014-01-21 23:30:34 -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 d840eed12a Workaround for compiler segfault in 2.064.2 2014-01-21 14:21:11 -08:00
Hackerpilot 7fd491a572 Update README.md 2014-01-21 01:13:23 -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 0a5b023296 Updated Windows build script 2014-01-20 04:40:33 -08:00
Hackerpilot 27e91f12bb Added ddoc to struct ast 2014-01-20 03:00:05 -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
Hackerpilot 3e0a1c8aff added file name field back to lexer config 2014-01-13 23:03:17 +00:00
Hackerpilot c8c3f58867 Added isProtection 2014-01-13 23:00:35 +00:00
Hackerpilot 6f00a166c7 Fix #58 2014-01-13 22:35:27 +00:00
Hackerpilot ccd15bbd2e More lexing dumbness 2014-01-13 22:26:29 +00:00
Hackerpilot f7cc41de05 Fix bad line/column/index numbers for static tokens 2014-01-13 22:21:36 +00:00
Hackerpilot bae501e5b1 Fixed lexing error in floating point literals 2014-01-13 22:17:40 +00:00
Hackerpilot 0561a686d9 Update readme and fix an issue with templates in the outliner 2014-01-13 22:00:04 +00:00
Hackerpilot 952b5e364a Fixed dumb parsing error 2014-01-13 21:50:40 +00:00
Hackerpilot efbf9952b3 These should not have been checked in 2014-01-13 21:33:15 +00:00
Hackerpilot 2e64f92231 Updated Windows batch file 2014-01-13 21:32:47 +00:00
Hackerpilot ae5836d821 Merge branch 'NewLexer'
Conflicts:
	stdx/d/parser.d
2014-01-13 21:31:00 +00:00
Hackerpilot 606bc2aa16 Merge branch 'master' into NewLexer
Conflicts:
	stdx/d/parser.d
2014-01-13 21:28:19 +00:00
Hackerpilot 7d0b169ac4 Fixed build issue 2014-01-13 20:56:41 +00:00
Hackerpilot 0e3adafd48 Added ddoc comment handling 2014-01-13 20:51:42 -08:00
Hackerpilot 22ca0cd284 Added basic style checker 2014-01-12 15:39:45 +00:00
Hackerpilot 070f9ac83b Finished conversion to new lexer 2014-01-12 02:45:37 +00:00
Hackerpilot 844b626ed5 Fixed lexing/parsing bugs 2014-01-11 17:10:11 +00:00
Hackerpilot 9d8ad4679d Cleaned up tracing 2014-01-11 15:56:16 +00:00
Hackerpilot 9fbd106af5 Fix unit tests 2014-01-11 15:36:35 -08:00
Hackerpilot b092840c70 Migrated over to Dmitry's buffer range. Lots of stuff is disabled for now 2014-01-09 01:17:47 +00:00