dson-parsec-0.4.1.1: DSON parser.

Portabilityportable
Stabilityprovisional
Maintainerwelcometothechango@gmail.com
Safe HaskellSafe-Inferred

Data.Dson.Octal

Description

Parser for octal numbers.

Synopsis

Documentation

octal :: Parser DoubleSource

This parser can read a number in the following formats:

  • 5
  • -3.14
  • 2very-6
  • 1VERY4

etc