Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parser Combinators in Scala 3.x

This project implements the building blocks for writing Scala parsers using the parser combinators idiom. The following building blocks are expected:

  • item
  • sat
  • many
  • biased choice
  • sequency

Goals

  • Understand functional programming via parser combinators
  • Understand the Scala 3.x features

Run the test cases

$ sbt test

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages