#[path = "statements/clear.rs"]
#[allow(non_snake_case)]
pub mod CLEAR;
#[path = "statements/cls.rs"]
#[allow(non_snake_case)]
pub mod CLS;
#[path = "statements/cont.rs"]
#[allow(non_snake_case)]
pub mod CONT;
#[path = "statements/data.rs"]
#[allow(non_snake_case)]
pub mod DATA;
#[path = "statements/def.rs"]
#[allow(non_snake_case)]
pub mod DEF;
#[path = "statements/deftype.rs"]
#[allow(non_snake_case)]
pub mod DEFTYPE;
#[path = "statements/delete.rs"]
#[allow(non_snake_case)]
pub mod DELETE;
#[path = "statements/dim.rs"]
#[allow(non_snake_case)]
pub mod DIM;
#[path = "statements/end.rs"]
#[allow(non_snake_case)]
pub mod END;
#[path = "statements/erase.rs"]
#[allow(non_snake_case)]
pub mod ERASE;
#[path = "statements/for.rs"]
#[allow(non_snake_case)]
pub mod FOR;
#[path = "statements/gosub.rs"]
#[allow(non_snake_case)]
pub mod GOSUB;
#[path = "statements/goto.rs"]
#[allow(non_snake_case)]
pub mod GOTO;
#[path = "statements/if.rs"]
#[allow(non_snake_case)]
pub mod IF;
#[path = "statements/input.rs"]
#[allow(non_snake_case)]
pub mod INPUT;
#[path = "statements/let.rs"]
#[allow(non_snake_case)]
pub mod LET;
#[path = "statements/list.rs"]
#[allow(non_snake_case)]
pub mod LIST;
#[path = "statements/load.rs"]
#[allow(non_snake_case)]
pub mod LOAD;
#[path = "statements/mid.rs"]
#[allow(non_snake_case)]
pub mod MID;
#[path = "statements/new.rs"]
#[allow(non_snake_case)]
pub mod NEW;
#[path = "statements/next.rs"]
#[allow(non_snake_case)]
pub mod NEXT;
#[path = "statements/on.rs"]
#[allow(non_snake_case)]
pub mod ON;
#[path = "statements/print.rs"]
#[allow(non_snake_case)]
pub mod PRINT;
#[path = "statements/read.rs"]
#[allow(non_snake_case)]
pub mod READ;
#[path = "statements/rem.rs"]
#[allow(non_snake_case)]
pub mod REM;
#[path = "statements/renum.rs"]
#[allow(non_snake_case)]
pub mod RENUM;
#[path = "statements/restore.rs"]
#[allow(non_snake_case)]
pub mod RESTORE;
#[path = "statements/run.rs"]
#[allow(non_snake_case)]
pub mod RUN;
#[path = "statements/save.rs"]
#[allow(non_snake_case)]
pub mod SAVE;
#[path = "statements/stop.rs"]
#[allow(non_snake_case)]
pub mod STOP;
#[path = "statements/swap.rs"]
#[allow(non_snake_case)]
pub mod SWAP;
#[path = "statements/tron.rs"]
#[allow(non_snake_case)]
pub mod TRON;
#[path = "statements/while.rs"]
#[allow(non_snake_case)]
pub mod WHILE;