Merge: Byte data type
authorJean Privat <jean@pryen.org>
Sat, 30 May 2015 00:37:01 +0000 (20:37 -0400)
committerJean Privat <jean@pryen.org>
Sat, 30 May 2015 00:37:01 +0000 (20:37 -0400)
commit944cc02e24e5eff0b1c58e0d10b5de7441a9b9fb
treea25c5aa0eb4e1880dad6cf2832bb9517b45e5b06
parentb68e4567820b14ace75f2a345d497c1f51a20347
parentdb4059439cb2d72e5e8ccc97449037503cd014b1
Merge: Byte data type

As discussed in #1267, we need a Byte data type to manipulate low-level data as numerics instead of how it is done for now using chars.

This PR will serve as base for future updates, notably related to #1370 which will introduce a way to express Bytes in their literal form.

Pull-Request: #1403
Reviewed-by: Romain Chanoir <chanoir.romain@courrier.uqam.ca>
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>
Reviewed-by: Jean Privat <jean@pryen.org>