Support data parsing operations (#380)

This commit is contained in:
Nikolay Igotti
2017-03-23 12:54:24 +03:00
committed by GitHub
parent 8afa12684e
commit b5c60e3082
13 changed files with 534 additions and 5 deletions
+3 -1
View File
@@ -23,7 +23,9 @@ the following platforms:
* Mac OS X 10.10 and later (x86-64)
* x86-64 Ubuntu Linux (14.04, 16.04 and later), other Linux flavours may work as well
* Apple iOS (arm64 and simulator on x86-64)
* Apple iOS (arm64 and simulator on x86-64), cross-compiled on MacOS X host
* Raspberry Pi, cross-compiled on Linux host
Adding support for other target platforms shalln't be too hard, if LLVM support
is available.