0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 6 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update TODOs More... over 14 years ago
Remove script/boot.rb More... over 14 years ago
Fix a comment More... over 14 years ago
Whitespace cleanup More... over 14 years ago
Remove require 'rubygems' More... over 14 years ago
use regex compilation in the test suite More... over 14 years ago
Override to_nfa, not to_machine on subclasses of Regex::Base. Don't alias_method - call to_nfa on Base class so that overriding to_nfa/to_machine works consistently. More... over 14 years ago
Add regex compilation More... over 14 years ago
Add --format profile to spec.opts More... over 14 years ago
Speed up test suite time (and nfa->dfa conversion time) by caching the symbols in the nfa. More... over 14 years ago
Refactoring More... over 14 years ago
Set start states appropriately on NFA->DFA conversion. (This only affects the display when using the state table w/ the terminal-table gem) More... over 14 years ago
Always set final states in nfa->dfa conversion (not only for a target). Refactor. More... over 14 years ago
Add --debugger flag to spec.opts More... over 14 years ago
Use dfa's, not nfa when converting a state machine to a state table More... over 14 years ago
Revert "Use epsilon_closure, not [start_state]" More... over 14 years ago
use concat instead of push * More... over 14 years ago
Use epsilon_closure, not [start_state] More... over 14 years ago
Make states appropriately final in NFA -> DFA conversion More... over 14 years ago
Exclude gems when rcov'ing More... over 14 years ago
Add alias for now More... over 14 years ago
Rename Regex.compile to Regex.parse More... over 14 years ago
Add to README More... over 14 years ago
Add StateMachine#to_dfa More... over 14 years ago
Alias state_table => nfa_state_table More... over 14 years ago
Add more specs More... over 14 years ago
Add a hacky & incomplete DFA->NFA with epsilon closure. More... over 14 years ago
Add NFA->DFA conversion for non-epsilon transitioning NFA state machines More... over 14 years ago
include instead of extend'ing Identifiable More... over 14 years ago
Move unique id tracking into a module More... over 14 years ago