diff options
| author | historia <gravel.justness270@slmail.me> | 2024-07-26 05:21:32 -0400 |
|---|---|---|
| committer | historia <gravel.justness270@slmail.me> | 2024-07-26 05:21:32 -0400 |
| commit | 9ba419479378a5e827f9e815a4faaf38983b1e13 (patch) | |
| tree | d32af1966f97c17f9662fb141c96685f98a77913 /LICENSE | |
| parent | 6d419844c18f2eb1f74a2b36c8e37071cde6a440 (diff) | |
| download | soon-9ba419479378a5e827f9e815a4faaf38983b1e13.tar.gz | |
Removing < and > operators because they do not have much real world use. Replacing these with ranges indicated with a dash as documented in the README. Partially implemented a shunting yard algorithm to parse parentheses but will likely simplify this and remove support for parentheses outside of date groups. The complex example cases with parens aren't realistic.
Diffstat (limited to 'LICENSE')
| -rw-r--r-- | LICENSE | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 +Copyright (c) 2024 historia Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: |
