Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
FallBackITA27 committed Apr 11, 2024
1 parent 36b1e15 commit 794dd95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkwpp-parser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ <h2>about colons..</h2>
<p>Colons are no longer necessary. this parser splits with spaces and new lines, much like programming languages do during tokenization.</p>
<div id="insert_the_name"></div>
<h2>inserting a name</h2>
<p>the parser will look for a line that starts with <code>name</code>, to determine if there's a new submission to deal with.</p>
<p>the parser will look for a line that starts with <code>name</code>.</p>
<div id="insert_the_date"></div>
<h2>inserting a date</h2>
<p>the parser will look for a line that starts with <code>date</code>, to determine the date of the times. dates are read like this: it first looks for four numbers in a row, and reads that as the year. Then it looks at any other string containing numbers, and reads that as the day. Lastly, it looks at the remaining string, and reads that as the month. If there are more than three parts to a date, it will fail with a warning and skip the submission.</p>
<p>the parser will look for a line that starts with <code>date</code>, to determine the date of the times and more importantly if there's a new submission to deal with. dates are read like this: it first looks for four numbers in a row, and reads that as the year. Then it looks at any other string containing numbers, and reads that as the day. Lastly, it looks at the remaining string, and reads that as the month. If there are more than three parts to a date, it will fail with a warning and skip the submission.</p>
<p>Months are read like track names:</p>
<ol>
<li>January: <code>ja</code></li>
Expand Down

0 comments on commit 794dd95

Please sign in to comment.