Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-13 | Disambiguate args for comparisons in spec. | Ori Bernstein | |
2017-02-13 | Add testr to the build deps. | Ori Bernstein | |
Shit, broke the build. | |||
2017-02-12 | Update spec to make ucons a normal prefix operator. | Ori Bernstein | |
2017-02-09 | Clean up tests. | Ori Bernstein | |
- Deal with license - Make them non-executable. | |||
2017-02-09 | Remove useless file. | Ori Bernstein | |
2017-02-09 | Merge libjson | Ori Bernstein | |
2017-02-08 | Remove debug prints. | Ori Bernstein | |
2017-02-07 | Format minimum values correctly. | Ori Bernstein | |
-x == -x; handle that right. | |||
2017-02-07 | Make FreeBSD manpath consistent for mbld | Ori Bernstein | |
2017-02-07 | FreeBSD also uses the same INST_MAN rules as OpenBSD | Ori Bernstein | |
2017-02-07 | Remove the need for local OpenBSD patches. | James Turner | |
OpenBSD uses /usr/local/man not /usr/local/share/man. Create a new INST_MAN variable that can be used to control the man path and move Manpath into the OS specific settings. | |||
2017-02-04 | Ucons are now prefix expressions. | Ori Bernstein | |
It's just what it looks like. This cleans up taking the address of union literals. | |||
2017-02-03 | Fix some looseness in the spec. | Ori Bernstein | |
2017-02-03 | Fix mixed tabs and spaces in doc. | Ori Bernstein | |
2017-02-01 | Revert mistaken cleanups. | Ori Bernstein | |
These cleanups don't work. Oops. | |||
2017-02-01 | remove pseudo-operators. | Ori Bernstein | |
2017-02-01 | Apply fixes thanks to tridactyla on IRC. | Ori Bernstein | |
2017-02-01 | Update the grammar. | Ori Bernstein | |
2017-02-01 | Copy paste error. Boolean => void | Ori Bernstein | |
2017-02-01 | There is no -G flag. | Ori Bernstein | |
2017-02-01 | Not worth the work of finishing or maintaining the compiler doc. | Ori Bernstein | |
2017-02-01 | Readability improvements. | Ori Bernstein | |
Compress the match statement. | |||
2017-02-01 | Implement 'bychar' for iterating characters. | Ori Bernstein | |
2017-02-01 | Avoid pointer casting by slicing. | Ori Bernstein | |
It's a bit cleaner to do it this way. | |||
2017-01-31 | Fix comment on iterable trait. | Ori Bernstein | |
Copy paste error meant it was referring to the wrong trait in the description. | |||
2017-01-31 | Explain type inference and builtin traits better. | Ori Bernstein | |
2017-01-30 | Don't capture characters around {}. | Ori Bernstein | |
2017-01-30 | Specify bounds checking. | Ori Bernstein | |
2017-01-29 | Add specification of accessing pointers via casts. | Ori Bernstein | |
2017-01-29 | Clarify and improve explanation of pattern matching. | Ori Bernstein | |
2017-01-28 | Describe lvalues and rvalues. | Ori Bernstein | |
2017-01-26 | Fix comment descriptions. | Ori Bernstein | |
2017-01-23 | Fix decrement in while loop. | Ori Bernstein | |
Fixes #70 | |||
2017-01-22 | Fix up type inference section a bit. | Ori Bernstein | |
2017-01-22 | Add a missing dependency on gram.h | Ori Bernstein | |
Was causing weird parsing failures. | |||
2017-01-22 | Update explanation of traits and impls. | Ori Bernstein | |
2017-01-22 | Set appropriate env vars on OSX. | Ori Bernstein | |
This shuts up the last warnings for the assembler. | |||
2017-01-21 | Make grammar item namings clearer. | Ori Bernstein | |
2017-01-21 | Fill in a bit more on the type system. | Ori Bernstein | |
2017-01-21 | Rearrange things to match the TOC. | Ori Bernstein | |
2017-01-21 | Shuffle around documentation for leaf types. | Ori Bernstein | |
2017-01-21 | Specify operators. | Ori Bernstein | |
2017-01-19 | Rearrange topics and start documenting operators. | Ori Bernstein | |
2017-01-18 | Update the section on structure. | Ori Bernstein | |
2017-01-17 | Add description of casts. | Ori Bernstein | |
2017-01-17 | Update language doc precedence levels. | Ori Bernstein | |
2017-01-17 | Clean up grammar a little. | Ori Bernstein | |
Remove dead and obsolete constructs. | |||
2017-01-17 | Regenerate bootstrap for Myrddin on 9front. | Ori Bernstein | |
2017-01-17 | Add missing dependency. | Ori Bernstein | |
install should build everything. | |||
2017-01-17 | Setenv for Plan 9. | Ori Bernstein | |