numbers: Create numbers module

This commit is contained in:
Nathan McCarty 2025-01-24 16:33:29 -05:00
parent 3029432699
commit 5ced705083
3 changed files with 10 additions and 0 deletions

5
src/Parser/Numbers.md Normal file
View file

@ -0,0 +1,5 @@
# Numerical Parsers
```idris
module Parser.Numbers
```