Update bootstrap scripts on OSX
Clean up magic numbers in directories.
Improve documentation in response to feedback.
Composite types is a shitty name.
Remove 'show' functionality from muse.
Search for usefiles relative to the output.
Set loc when parsing decllist
We support OpenBSD too. Note it in the readme.
Comment why Tynone is not a bug.
Fold Utags on union literals.
Add test for array alignment bug.
Regenerate FreeBSD bootstrap.
Regenerate OpenBSD bootstrap.
Regenerate Linux bootstrap.
Add a 'run' function to libstd.
There's nothing that can be done when exec fails.
Clean up warnings about ambiguous grammar.
Initialize size correctly.
Pad tuples and arrays correctly.
Clarify the EBNF description.
Clarify whitespace handling.
Disambiguate args for comparisons in spec.
Add testr to the build deps.
Update spec to make ucons a normal prefix operator.
Format minimum values correctly.
Make FreeBSD manpath consistent for mbld
FreeBSD also uses the same INST_MAN rules as OpenBSD
Remove the need for local OpenBSD patches.
Ucons are now prefix expressions.
Fix some looseness in the spec.
Fix mixed tabs and spaces in doc.
Apply fixes thanks to tridactyla on IRC.
Copy paste error. Boolean => void
Not worth the work of finishing or maintaining the compiler doc.
Implement 'bychar' for iterating characters.
Avoid pointer casting by slicing.
Fix comment on iterable trait.
Explain type inference and builtin traits better.
Don't capture characters around {}.
Add specification of accessing pointers via casts.
Clarify and improve explanation of pattern matching.
Describe lvalues and rvalues.
Fix decrement in while loop.
Fix up type inference section a bit.
Add a missing dependency on gram.h
Update explanation of traits and impls.
Set appropriate env vars on OSX.
Make grammar item namings clearer.
Fill in a bit more on the type system.
Rearrange things to match the TOC.
Shuffle around documentation for leaf types.
Rearrange topics and start documenting operators.
Update the section on structure.
Update language doc precedence levels.
Clean up grammar a little.
Regenerate bootstrap for Myrddin on 9front.
Add the ability to do setenv() on posixy systems.
Split Syntax from type rules.
Back to a 9front C subset.
Unfuck cross module traits a bit.
Clarify function literals.
Start updating the language docs.
Remove obsolete makefile, replace with bld.sub
Add more missing system calls.
Suppress prints when doing '-R'
Use debruijn multiplication to find bit position.
Add some missing open flags on some oses.
Remove type punning from hash function.