cebes / cebes-server

Cebes servers
https://cebes.github.io
Apache License 2.0
2 stars 0 forks source link

Use parser to parse Schema from string (Schema.fromString) #45

Closed phvu closed 7 years ago

phvu commented 7 years ago

https://github.com/scala/scala-parser-combinators

This feature will help to parse complicated types, supporting type aliasing (INT, INTEGER, etc.. are all IntegerType).

phvu commented 7 years ago

Now parsed from JSON