Little project that showcases the new TC39 proposal for a more robust date and time global object called Temporal. Handles basic arithmetic operations as shown in the example. Uses a RegEx based lexer and shunting yard parsing to do most of the text processing, then hands it off to Temporal for all the math work.
Uses pnpm, so usual procedures follow:
pnpm i
pnpm run devAnd to build for production
pnpm run build