Get unary negation working.
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
pub use crate::syntax::tokens::ConstantType;
|
||||
use crate::syntax::Location;
|
||||
|
||||
/// The set of valid binary operators.
|
||||
pub static BINARY_OPERATORS: &[&str] = &["+", "-", "*", "/"];
|
||||
|
||||
/// A structure represented a parsed program.
|
||||
///
|
||||
/// One `Program` is associated with exactly one input file, and the
|
||||
|
||||
Reference in New Issue
Block a user