index
:
ori/mc.git
0.2
abi
autoexpr
autovar
bettermatch
biofunc
callee-save
closures
dependent-tags
fixtraits
freebsd-port
hashtraits
integrated
kill-sleq
libmath-merge
master
matchcomp
mbld-rebase
mbld2
mpkg
netbsd-port
peephole-opt
poller
qbe
struct-lit
threadwork
tls
trait-syntax
update-bootstrap
The Myrddin compiler.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
regex
/
compile.myr
Age
Commit message (
Expand
)
Author
2019-07-31
Fix bug in dump code: Stray '{', wrong args.
Ori Bernstein
2018-07-10
Make bio and regex disposable.
Ori Bernstein
2018-07-06
Typo fix in libregex.
Quentin Carbonneaux
2018-01-27
Remove std.sleq
Ori Bernstein
2017-12-28
Minor cleanup.
Ori Bernstein
2017-12-28
Performance increase.
Ori Bernstein
2017-12-25
Formatting as a state machine.
Ori Bernstein
2017-11-14
Use new traits to implement hash tables
Lucas Gabriel Vuotto
2017-07-17
Convert from `in` to `:`.
Ori Bernstein
2017-01-03
Add regex escaping.
Ori Bernstein
2016-08-27
Rename `std.Fail to `std.Err.
Ori Bernstein
2016-06-11
Simplify reluctant match types.
Ori Bernstein
2016-05-24
Add support for unicode escapes.
Ori Bernstein
2016-05-22
Implement noncapturing groups, '\r', and '\n'.
Ori Bernstein
2016-05-19
Add tracing of steps when in debug mode.
Ori Bernstein
2016-05-17
New syntax for casts.
Ori Bernstein
2016-05-16
Remove debug line that was causing crashes.
Ori Bernstein
2016-05-16
Add better regex debugging.
Ori Bernstein
2016-05-15
add compileast() function for libregex.
Ori Bernstein
2016-02-05
change slgrow to take a pointer
andrewc
2016-02-02
Make slpush take an address.
Ori Bernstein
2016-01-23
Move away from ".use" suffix.
Ori Bernstein
2015-12-24
Land char iterators.
Ori Bernstein
2015-12-14
Initial support for void as an expression.
Ori Bernstein
2015-12-02
Use std.mk
Ori Bernstein
2015-10-01
Fix up error formatting in libregex.
Ori Bernstein
2015-09-15
Move to use 'for var i = ...' construct.
Ori Bernstein
2015-08-26
Move Myrddin libs to lib/ subdirectory.
Ori Bernstein