uhmanoa-transpiler-project / shaka-scheme

The official repository for the UH Manoa Transpiler Project's Scheme interpreter, Shaka Scheme.
32 stars 24 forks source link

Bytevector/Vector support in Data, parser #69

Closed CinchBlue closed 6 years ago

CinchBlue commented 6 years ago

I've revised Bytevector and Vector code, and integrated it into shaka::Data and the parsing code. There are new test cases and small revisions here and there.

Please test whether the parsing rules and bytevector/vector creation code works. The REPL should automatically have support for bytevectors and vectors since it uses the same parsing logic as the unit/integration tests.

Please test whether bytevector/vector can be used successfully from shaka::Data.

CinchBlue commented 6 years ago

I have made some edits as suggested by @Kayla-Kwock to the pull request branch.