update everything to 1.0

This commit is contained in:
afonya 2025-06-18 16:44:35 +02:00
parent e245fdee73
commit 048f5079ae
Signed by: afonya
GPG key ID: EBB9C4CAFAAFB2DC
6 changed files with 28 additions and 7 deletions

View file

@ -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 {