shithub: mc

RSS feed

5904f620 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/14 15:53
Fix next() for single char args.

1dde9b5a – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/14 11:43
Add a function for clearing any value.

c2bcb3b5 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/13 19:15
Spork returns an error code now.

78831809 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/13 18:21
Add plan9 instruction formats.

ade8d347 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/13 17:38
Don't leave bangs in dial strings when parsing.

7dee96bc – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/05 15:19
Merge branch 'master' of git://git.eigenstate.org/git/ori/mc

dc0179de – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/02 11:40
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc

7bb950b7 – Ori Bernstein <ori@eigenstate.org> authored on 2014/12/02 11:39
Add missing file.

ddd4c181 – Ori Bernstein <ori@eigenstate.org> authored on 2014/11/30 17:18
Don't allow attempts to get members in types that don't support them.

b3d69e8d – Ori Bernstein <ori@eigenstate.org> authored on 2014/11/30 16:35
Don't try calling non-function types.

ea3ae1c8 – Ori Bernstein <ori@eigenstate.org> authored on 2014/11/30 16:05
Fix a few type errors.

fb736dc5 – Ori Bernstein <ori@eigenstate.org> authored on 2014/11/30 16:04
Avoid division by zero deaths in the compiler.

ae702f14 – Ori Bernstein <ori@eigenstate.org> authored on 2014/11/30 13:27
The lhs of += should be an lval.

9f4f2125 – Ori Bernstein <ori@eigenstate.org> authored on 2014/11/30 12:42
Be stricter about negating booleans.

4b8e7423 – Ori Bernstein <ori@eigenstate.org> authored on 2014/11/30 12:13
Fix a couple of assert failures.

335908ff – Ori Bernstein <ori@eigenstate.org> authored on 2014/11/10 13:43
Operator shuffling.

375ca707 – Ori Bernstein <ori@eigenstate.org> authored on 2014/11/10 13:32
Fix typo in tree walk code.

7b391728 – Ori Bernstein <ori@eigenstate.org> authored on 2014/11/05 15:14
Handle wildcards in patterns correctly.

888bb9b1 – Ori Bernstein <ori@eigenstate.org> authored on 2014/11/04 20:47
Add a comment for nconstructors()

e270e42d – Ori Bernstein <ori@eigenstate.org> authored on 2014/11/04 20:40
Fix up pattern tree generation.

5faf2153 – Ori Bernstein <ori@eigenstate.org> authored on 2014/11/04 17:42
Fix clobbering match pattern type.

f15c5a1a – Ori Bernstein <ori@eigenstate.org> authored on 2014/11/04 17:29
Fix constant patterns for matching.

ad008b9e – Ori Bernstein <ori@eigenstate.org> authored on 2014/11/04 16:53
Fix most tests.

ad893b63 – Ori Bernstein <ori@eigenstate.org> authored on 2014/11/04 16:34
Check for exhaustiveness in patterns.

61ba873d – Ori Bernstein <ori@eigenstate.org> authored on 2014/11/03 06:25
Fix typo in makefile.

ed4eb60e – Ori Bernstein <ori@eigenstate.org> authored on 2014/10/30 09:38
Fix top level Makefile.

f131beb5 – Ori Bernstein <ori@eigenstate.org> authored on 2014/10/30 09:27
Unrename 'opt' -> 'mi'

b9cf654b – Ori Bernstein <ori@eigenstate.org> authored on 2014/10/15 21:51
Stub in parameters needed for generating captures

b800e22d – Ori Bernstein <ori@eigenstate.org> authored on 2014/10/15 15:44
Add support for checking structs.

b5135305 – Ori Bernstein <ori@eigenstate.org> authored on 2014/10/15 12:07
Stub in addstruct(), and turn failed dups into errors.

8d8a5e1b – Ori Bernstein <ori@eigenstate.org> authored on 2014/10/15 12:05
Add array and tuples to decision trees.

ff00d122 – Ori Bernstein <ori@eigenstate.org> authored on 2014/10/15 09:49
Add support for literal nodes in dtree.

037b1dd6 – Ori Bernstein <ori@eigenstate.org> authored on 2014/10/15 09:38
Sequence literals are long gone. Delete the entry.

107950fd – Ori Bernstein <ori@eigenstate.org> authored on 2014/10/15 08:20
Clean up match.c a bit.

53b5674d – Ori Bernstein <ori@eigenstate.org> authored on 2014/10/14 22:28
Start work on new pattern matching implementation.

5566df11 – Ori Bernstein <ori@eigenstate.org> authored on 2014/10/13 12:10
Add regex benchmark.