Commit Graph

314 Commits

Author SHA1 Message Date
Hackerpilot 9c3cde0d94 Merge branch 'range-based-lexer' of https://github.com/Hackerpilot/Dscanner into range-based-lexer 2013-02-14 20:05:53 +00:00
Hackerpilot ab222f7aef unit tests 2013-02-14 19:59:11 -08:00
Hackerpilot d756149b52 for the parser 2013-02-14 20:05:50 +00:00
Hackerpilot 655087d65b more faster 2013-02-08 08:37:24 +00:00
Hackerpilot 62c27452ca Include string cache changes from @blackwhale 2013-02-08 06:35:41 -08:00
Hackerpilot 61704db501 Bug fixes for character literals and escape sequences 2013-02-08 06:10:18 -08:00
Hackerpilot c904bad110 escape sequences 2013-02-08 04:32:00 -08:00
Hackerpilot 9942ebcf5b More optimizations 2013-02-05 21:45:31 -08:00
Hackerpilot 511c785675 Even faster 2013-02-05 01:04:45 +00:00
Hackerpilot 5a6477f2ee More faster-er. 2013-02-04 16:34:58 -08:00
Hackerpilot 0b8834a1b3 Small code cleanup. Added ldc build command. 2013-02-03 16:20:52 +00:00
Hackerpilot 4adaae9e06 Better performance 2013-02-03 01:32:16 +00:00
Hackerpilot ccb4023ec0 ddoc generation script 2013-02-02 20:17:49 +00:00
Hackerpilot 9e0c334276 Massive code refactoring. 2013-02-02 20:13:19 +00:00
Hackerpilot fe7a6bf4b0 Following Phobos style guide more closely 2013-02-01 22:19:40 -08:00
Hackerpilot bd4f5cd85a Do not allocate when lexing keywords and operators 2013-02-01 01:42:20 -08:00
Hackerpilot a5ed81b711 4 times as fast 2013-01-30 02:08:35 +00:00
Hackerpilot 1055a47087 Merge branch 'range-based-lexer' of https://github.com/Hackerpilot/Dscanner into range-based-lexer 2013-01-27 14:22:11 +00:00
Hackerpilot 31ffb3f470 compile errors 2013-01-27 14:21:04 -08:00
Hackerpilot 31f59384b9 parser fixes 2013-01-27 14:00:14 -08:00
Hackerpilot e7555b2f05 struct 2013-01-27 14:22:09 +00:00
Hackerpilot 9a6e765335 Special tokens, ddoc, better highlighter colors 2013-01-27 01:09:02 +00:00
Hackerpilot c7b84ca0cc DDOC 2013-01-24 13:55:31 -08:00
Hackerpilot 9e670cca65 Built-in types are keywords 2013-01-24 11:02:09 -08:00
Hackerpilot f4b001f623 Fixed filtering of comments, whitespace, etc. 2013-01-23 13:36:32 -08:00
Hackerpilot bd97d1b393 special token sequence 2013-01-22 17:42:26 -08:00
Hackerpilot fbfdc37cf5 Moved lexer over to std.d 2013-01-21 17:39:59 +00:00
Hackerpilot fb66baa36a Fixed a few infinite loop bugs 2013-01-20 03:51:52 +00:00
Hackerpilot 36ff7d043c Tokenizer and highlighter functional 2013-01-19 14:49:24 +00:00
Hackerpilot e077c633da wysiwyg strings and hex strings 2013-01-19 13:28:05 -08:00
Hackerpilot f4a8c97e18 hex string lexing 2013-01-18 16:06:22 -08:00
Hackerpilot a7f81c57cc Tokenizer is somewhat functional 2013-01-18 00:34:59 -08:00
Hackerpilot e3c737f6e1 Test coverage at 100% for utility functions 2013-01-17 16:38:54 -08:00
Hackerpilot 59c6557c45 indentation fixes and unit test updates 2013-01-16 16:29:29 -08:00
Hackerpilot 7a8964d8b5 More implementation of the lexer 2013-01-16 01:36:59 +00:00
Hackerpilot ca33a71074 more tokenizer work 2013-01-15 01:55:32 +00:00
Hackerpilot 400d9ec137 Adding named character entities 2013-01-14 16:46:45 -08:00
Hackerpilot 09240c67cf more work on the tokenizer 2013-01-14 16:46:03 -08:00
Hackerpilot c429199c1c checking in work on lexer and caching 2013-01-14 15:08:24 -08:00
Hackerpilot 9d6b96135e Merge pull request #22 from someboddy/master
Created a plugin for Vim
2012-12-12 15:31:57 -08:00
Hackerpilot f88784b0a5 Fixed bug in findBeginningOfExpression 2012-12-12 15:26:15 -08:00
IdanA 23c1924dc6 Fixes for Windows:
I'm now creating the temp file in Unix format. The problem was
calculating the byte position in Windows format - and while it might be
possible, it's much simpler to use Unix format for the temp file.

Also updated the readme.
2012-12-12 17:03:39 +02:00
IdanA 15140e21c2 Fixed things for windows. 2012-12-09 16:14:27 +02:00
IdanArye 0a0b7ff36e Added some filtering to the dscanner results. 2012-12-05 01:17:31 +02:00
Hackerpilot 036d80f789 Fixed issue #21 2012-11-29 11:38:33 -08:00
IdanArye 8475dc5dfd Fixed a bug in s:parsePairs.
Somtimes Dscanner writes extra data before the results, so we only show
lines with a word, than space, than a single character.
2012-11-25 17:15:01 +02:00
IdanArye e99268503f Wrote that it was testes on Linux.
I'll test in on Windows when I get the chance.
2012-11-22 13:09:52 +02:00
IdanArye abf9a0da38 Working 2012-11-22 12:53:53 +02:00
Hackerpilot 8122132e26 More autocomplete improvements 2012-11-13 15:27:25 -08:00
Hackerpilot 0d23da9ea6 Slightly better autocomplete for arrays. It still doesn't work properly 2012-11-13 15:07:08 -08:00