Commit Graph

31 Commits

Author SHA1 Message Date
Hackerpilot 119c6b917d code cleanup 2013-02-20 22:36:55 -08:00
Hackerpilot 9942ebcf5b More optimizations 2013-02-05 21:45:31 -08:00
Hackerpilot 5a6477f2ee More faster-er. 2013-02-04 16:34:58 -08:00
Hackerpilot 4adaae9e06 Better performance 2013-02-03 01:32:16 +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 31ffb3f470 compile errors 2013-01-27 14:21:04 -08:00
Hackerpilot 31f59384b9 parser fixes 2013-01-27 14:00:14 -08:00
Hackerpilot 9a6e765335 Special tokens, ddoc, better highlighter colors 2013-01-27 01:09:02 +00:00
Hackerpilot fbfdc37cf5 Moved lexer over to std.d 2013-01-21 17:39:59 +00:00
Hackerpilot 36ff7d043c Tokenizer and highlighter functional 2013-01-19 14:49:24 +00:00
Hackerpilot c429199c1c checking in work on lexer and caching 2013-01-14 15:08:24 -08:00
Hackerpilot ce3ce23099 Added command-line help 2012-11-11 03:42:02 +00:00
John Maschmeyer dd62f275c7 Switched string appends to use appender 2012-10-22 18:46:50 -05:00
John Maschmeyer ae49c5449c Made sloc print when using stdin instead of a file. 2012-10-17 18:13:14 -05:00
John Maschmeyer 12e242ca0f Added stdin as an alternative to a filename for all other modes except for ctags. Ctags requires the filename, so it still requires a filename. 2012-10-17 18:04:48 -05:00
John Maschmeyer 258e10aef6 Cleaned up a few things 2012-10-16 19:35:40 -05:00
John Maschmeyer 224349ac9c If no file is specified for --dotComplete or --parenComplete, read from stdin instead 2012-10-16 18:54:11 -05:00
Hackerpilot c25944e85e Improved autocomplete for pointers 2012-08-26 22:50:28 +00:00
Hackerpilot de1ff9f24a Made more code portable to Windows 2012-06-22 12:41:50 -07:00
Hackerpilot 8775d2e968 use buildPath instead of string concat 2012-06-17 18:43:00 +00:00
Hackerpilot b07e9f94ef Fixed issue #12. Fixed support for autocompleting version and scope statements 2012-06-17 17:19:49 +00:00
Hackerpilot c86ab70b07 Added dot completion support for import statements 2012-06-16 20:45:16 -07:00
Hackerpilot 99dfd0973a Fixed bug with version statement completion 2012-05-04 14:49:09 -07:00
Hackerpilot bbd2ec13ea Added foreach_reverse to list of tokens used for line-of-code count
Alphabetized constants
Cleaned up constant names
Fixed defects with decimal parsing
Eliminated iteration style parameter to lexWhitespace, as it didn't really speed things up.
Added support for imaginary literals
2012-04-27 02:26:34 -07:00
Hackerpilot 79f59bb6f4 Added --ctags option to generate tags file 2012-04-21 17:43:56 -07:00
Roman D. Boiko bd9a5186d8 Updated licensing information (minor) 2012-04-21 21:00:59 +02:00
Hackerpilot b0a677a17c Module declarations. Changed license to Boost 2012-04-21 11:11:30 -07:00
Hackerpilot 9d5a8ce7e6 Checking in the code 2012-04-21 06:10:41 -07:00