update everything to 1.0
This commit is contained in:
parent
e245fdee73
commit
048f5079ae
6 changed files with 28 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
use std::{collections::HashMap, fs, process, vec};
|
||||
use crate::{errors::{create_error, print_error, ErrorSubType, ErrorType}, lexer::lex, parser::{parse, ASTPart}, Context};
|
||||
|
||||
const ASXVERSION: [u8; 3] = [0,2,0];
|
||||
const ASXVERSION: [u8; 3] = [1,0,0];
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Operation {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue