Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 417 Bytes

spec-diff.md

File metadata and controls

10 lines (8 loc) · 417 Bytes

Specification differences

This is a list of known differences between Burlap and the current Sack spec.

  • Burlap allows int and float casts on every type. (Will change)
  • Burlap does not buffer file IO, so flush simply returns none.
  • Burlap allows comments at the end of files.
  • Burlap does not warn about style issues.
  • Burlap allows bytes less than 8 bits.
  • Burlap allows printing none.