This is our implementation of EZLang v1.0.0
Changelog:
- Added
(Nx)
function decorator for repeats - Added
say
,ask
,create
,add
,write
,insert
,remove
,set
,wait
,read
,delete
,change
andoverwrite
functions - Added
for
,forever
anddo
loops - Added
if
,else if
,elif
andelse
conditionals - Added comments (Preceded by
//
) - Added F-Strings
- Added nested functions support
Fully EZLang v1.0.0 compliant