sandbox/bitwise/ion/notes.txt

11 lines
252 B
Plaintext
Raw Normal View History

NOTES
=====
2018-03-15
----------
+ chapter 2 - 4.1 of Wirth's [compiler book](http://www.ethoberon.ethz.ch/WirthPubl/CBEAll.pdf)
stretch buffers:
+ dynamically growable arrays such that with a few pitfalls but is easy to generate
+ invented by stb?