awa5_rs 0.1.13

An AWA5.0 CLI tool written in Rust (btw)
Documentation
;shared lib function call

;fn name
!str "foo"

;args
!_i32 4
!_str a"Hello World!"
!_str "foo"
!_f32 4.2
!_chr a'W'
!_chr 'a'

;surround args
srn 6

;pass fn names and args
srn 2

;call function
lib

pr1