## Given input - `First monday of august` ## Some extra notes Needs an extra parsing method. `<N°><a> of <b>` `<N°>` NumberCountConstant `<a>`: DatetimeConstant, WeekdayConstant and MonthConstant `<b>`: I think a mix of Absolute Preposition and Constants(extension)
Given input
First monday of augustSome extra notes
Needs an extra parsing method.
<N°><a> of <b><N°>NumberCountConstant<a>: DatetimeConstant, WeekdayConstant and MonthConstant<b>: I think a mix of Absolute Preposition and Constants(extension)