Add in some resource limits for the tests.
Compile the tests using libmyr, don't use libc for the
Use the right syscall number to exit.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Actually add the start file.
Add in '_start' to libstd.
Match the name of the directory to the name of the lib
Update to libmyr's build script. Make clean now works.
Fix config.h quoting on Darwin.
Run configure automatically if it hasn't been run yet.
Improve build system flexibility a bit.
Install the Myrddin libraries by default.
Use compiler from cwd for libmyr.
Silence 'Could not remove file' warnings.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Bind type parameters in names.
Start tracking generic types.
Fix constructor function names
Move files into subdirectory in preparation for merge.
Remove aborts for generic types.
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc2
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc2
Merge git+ssh://mimir.eigenstate.org/git/qz/mc
Merge remote branch 'origin/master'
Merge git+ssh://mimir.eigenstate.org/git/qz/mc
Push and pop scopes when flattening.
Clean up formatting, and remove dead table entries.
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc2
Tweak wording in compiler and lang documents.
Tweak wording in manpage docs.
Merge git+ssh://mimir.eigenstate.org/git/qz/mc
Fix matching unions with arguments.
Print a string as a string, not as a node.
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc2
Renumber precedences, such that higher precedences are higher numbers.
More documentation of bugs.
More stubbing in of information.
Don't use string functions with unchecked length.
Write a bit about flattening.
Rephrase the usefile description
Stub in table of contents.
Add start of compiler internals documentation.
Change 'cons' to 'ucon', add uget.
We declare the variables in pattern matches now.
Work around signedness bugs.
Actually create the typaram.
Add syntax and tests for multiple constraints
Do conversion to new slice syntax for OSX
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc2
Look up values in the correct namespace.
Don't use uninitialized value.
Add random number generator tests.
We don't need the load instruction.
Add another broken test for nested structs.
Stabs named 'ns' are returned when we look up 'ns'.
Use ':' instead of ',' in slice types.
Move fully over to the new ':' world order.
Use ':' instead of ',' in slice ranges.
Use implicit slice ranges.
Allow implicit bounds on slices.
More comments and some code rearrangements.
Merge branch 'master' of git+ssh://mimir.eigenstate.org/git/ori/mc2
Fix stray refactoring issues.
Put match values into temporary.
Improve boolean simplification.