Skip to content

UnBCIC-TP2/ParseCombinators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages