Commit Graph

8 Commits

Author SHA1 Message Date
Ben S
4ee8768ce3 Add macro_rules! clipping 2015-08-01 22:17:15 +01:00
Ben S
77b2980f41 'us' and 'is' -> 'usize' and 'isize' 2015-08-01 22:17:07 +01:00
Ben S
11aa41ff48 Fix all the std::fmt function signatures 2015-07-24 18:20:42 +01:00
Ben S
53cf427f4f Macro variables shouldn't use spaces like this 2015-07-22 21:23:19 +01:00
Benjamin Sago
0ec4a6ccd1 Add std::iter traits 2015-07-19 19:50:42 +01:00
Ben S
55bb739dbe Add impl-generator script! 2015-07-15 16:56:41 +01:00
Ben S
eb06c53efc Add a bunch of clippings! 2015-07-15 15:14:26 +01:00
Ben S
2e92e9cd82 Start including a compiled version in the repo
This makes it possible for users to upgrade with a simple `git pull`,
rather than having to re-download the latest release from GitHub each
time - after checking that there is one, first!

It also converts it from just a `.bblm` file to an entire `.bbprojectd`
file, allowing me to add things like Clippings and Text Filters in the
future. (Planned!)
2015-07-15 14:14:53 +01:00