heckle
heckle copied to clipboard
Support parsing dates in the format of `\today`
Just add a parsing format for the format created by the \today
command from LaTeX. This format looks like February 16, 2017
so people don't have to manually define the date
Just realized we already supported this, the problem is that it doesn't show up that way in the AST, it shows up as \today
which we would need to manually parse/figure out
Maybe if we see \today
we could just look at the file's written at date to get the correct date