开发者

Can scala's parser combinators parse binary files?

开发者 https://www.devze.com 2023-02-08 21:28 出处:网络
Can the b开发者_JAVA百科uilt-in scala parser combinators parse binary (not text) files?It can parse anything, that\'s why type Elem is abstract on Parsers.

Can the b开发者_JAVA百科uilt-in scala parser combinators parse binary (not text) files?


It can parse anything, that's why type Elem is abstract on Parsers.

0

精彩评论

暂无评论...
验证码 换一张
取 消