0
I Use This!
Inactive

Commits : Listings

Analyzed 16 minutes ago. based on code collected 28 minutes ago.
May 25, 2023 — May 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Makefile now autocreates ebin if not present More... over 2 years ago
Removed debug printout. Kind of sucks. More... almost 3 years ago
Minor debug help added More... almost 3 years ago
Split lex into lex and lex_test modules. More... almost 3 years ago
Introduce incremental lexing, see one/2 and with/2. This is now the default option. More... almost 3 years ago
Refactoring: rename the old tokenizer and its API functions. The current API will be replaced with incremental tokenizer. More... almost 3 years ago
Removed unfinished support for lexing binaries. (Compatibility: convert binary to list, then lex.) More... almost 3 years ago
Macrofied test whether accepting state More... almost 3 years ago
Even constant tokens now get decorated with line number by default. If not desired, use raw_token/1. More... over 4 years ago
Comment on future debug api. More... about 5 years ago
Hooked up lex and regexp_parse2. Doesn't work yet, but attempts to parse. Final solution may be a bit different. More... about 5 years ago
Simple docs for regexp2 and internal format. More... about 5 years ago
Alternate regexp syntax. Seems to parse alright but not integrated with lex yet. More... about 5 years ago
Added library function to resolve ?LINE macros More... about 5 years ago
Updated README More... over 5 years ago
Fixed silly logic error when stripping C comments. Now appears to work. More... over 5 years ago
Restructured lex.erl for conditional use of debug printouts and operating on binaries (which is experimental). Unused functions now handled better. Added function to strip C-style comments, which is useful but difficult to specify with just regexp rules. More... over 5 years ago
.gitignore More... over 5 years ago
Added some comments on desired future development based on recent usage. More... over 5 years ago
Warnings during lex generation are now optional and turned off by default. More... over 5 years ago
Better and more informative errors when there is no match. Also export a couple more tokenization functions. More... over 5 years ago
Added newline/0 token function for counting newlines. More... over 5 years ago
Bugfix: added missing case that has to be quoted More... over 5 years ago
Added library functions to simplify token generation. A couple of common cases encapsulated, and a function for safely escaping regexp literals. More... over 5 years ago
Removed useless comment. More... over 5 years ago
Modernized makefile rules. More... over 5 years ago
Fixing markup More... over 5 years ago
Fixing markup More... over 5 years ago
Fixing markup More... over 5 years ago
Fixing markup More... over 5 years ago