Skip to content

Instantly share code, notes, and snippets.

@mlbd-tanvir-raj
mlbd-tanvir-raj / parser.ts
Created January 13, 2021 11:30 — forked from MaxGabriel/parser.ts
Date parsing code
import * as P from 'parsimmon'
import Day from '~/utils/Day'
import Month from '~/utils/Month'
const shortMonths = {
jan: 1,
feb: 2,
mar: 3,
apr: 4,
may: 5,