hi, next features added
- include statement support
it is once by default but slight fix possible to follow fasm
experimental as tokenization leaves most complicated proc for me
- each token got .file_ondisk field
include tokens got .include and .include_nest_level (stored but not used currently)
- Interface .get_full_pathname_lower_padzero, .set_cur_dir; find_include_by_string, shift_in_buffer
include logics needs that
- GetFullPathNameA, ShiftInBuffer gizmo
- get_float gizmo renamed into GetFloat to keep the style
- added tokens.ExprBufRealSizeOf field -> minimal tokens.szExprToken should be 16 (finally seen smart in OllyDbg by default
scripting speed gain up to 1/3rd
and that seems the limit caused by fpu-cpu mixture
- load/save/error behaviour corrected
- maybe smth else
p.s.: u can alway recompile the gui using one of predifined languages or defining yours, e.g.:
%LNG% equ 'ENU' ;etc
%LNG% equ 'EST' ;etc