SkillAgentSearch skills...

FParser

A monadic parser combinators library implementation in F2J (FCore to Java). (Master Dissertation Project)

Install / Use

/learn @zonyitoo/FParser
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Parser Combinators in F2J

License BSD 3

A monadic parser combinators library implementation in F2J.

Usage

  • Run tests
$ make test

Goals

  • [x] Simple parser combinators (parser.sf)

  • [x] Simple arithmetic expression parser (simple_arith_expr_parser.sf)

  • [x] Lazy evaluated list (plist.sf)

  • [x] Simple XML parser (xml_parser.sf)

  • [x] Simple test framework (testfx.sf)

  • [x] Parser for a subset of F2J syntax (f2j_parser.sf)

  • [x] Seperate in modules

  • [x] Feather Weight Java parser (fj_parser.sf)

  • [ ] Simple Scheme parser

  • [ ] Improve efficiency

License

BSD 3

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated12mo ago
Forks1

Languages

Python

Security Score

77/100

Audited on Apr 11, 2025

No findings