mirror of
https://github.com/Ed94/LangStudies.git
synced 2025-06-15 03:21:46 -07:00
SRegEx works!!!!
Its not a full flegged transpiler but it works at least on RDP's lexer. I can expand on demand.
This commit is contained in:
@ -96,8 +96,6 @@ func union_pair(a : NFA, b : NFA):
|
||||
|
||||
return NFA.new(start, accepting)
|
||||
|
||||
|
||||
|
||||
func test():
|
||||
var state_1 = State.new(false)
|
||||
var state_2 = State.new(true)
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user