Skip to content

Commit

Permalink
Updated TODOS and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
datawater committed Jul 2, 2024
1 parent 65b8f90 commit 5af108b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/CMBR.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

\maketitle

DISCLAIMER: The documentation is still very much so in the making, it is nothing more than a WIP

\section{Definitions}
u24 - 24 bit unsigned integer \\
u8 - 8 bit unsigned integer \\
Expand Down
1 change: 0 additions & 1 deletion libcmbr/src/pgn/ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ fn next_token<'a>(
) {
// NOTE: I don't know if this is slow. (Like this whole approach) I'm just gonna pretend it isn't until it causes problems
// NOTE: This should be safe when called correctly. this function is only used locally, so it
// should be
// SAFE: Should be safe
let token = unsafe { tokens.pop_front().unwrap_unchecked() };

Expand Down
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// TODO: Define and Write documentation for the CMBR Standard.
// TODO: Seperate the cli and libcmbr
mod eval_args;

use lexopt::prelude::*;
Expand Down

0 comments on commit 5af108b

Please sign in to comment.