Commit graph

3 commits

Author SHA1 Message Date
Eric Swanson
c0229ce872
Cleanup: vector byte, default dtor (#207)
* [[]] vector<uint8_t> -> vector<byte>

* Remove unnecessary explicit default destructor
2020-08-11 10:46:35 +02:00
Eric Swanson
435db9dc07
bscript/compiler: use c++17 nested namespace definitions (#202) 2020-08-10 12:20:29 +02:00
Eric Swanson
ef8012cfbc
Add SourceFileIdentifier, SourceLocation, formatfwd (#189)
* Add SourceFileIdentifier, SourceLocation, formatfwd

* Add formatfwd.h to clib make sources

* Note to not keep a SourceFileLocation after the lifetime of the SourceFileIdentifiers.
2020-08-06 08:43:00 +02:00