Skip to content

bp-scala/csv_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV Parser

CSV parser with Parser Combinators

What do you want to learn?

We want to learn the usage of Scala Library's parser combinators.

What's the goal?

Write a simple CSV parser

What's the result/current status?

In the first time we tried to build a parser from small parts (Token, Lexer, Parser, ... etc.). We learnt some things from browsing the Scala Library's code, but we failed to write anything useful. In the second time we used the default JavaTokenParsers and wrote the CSV parser.

About

CSV parser with Parser Combinators

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages