S(uper)BASIC Machine Code Function PSU_FPARSE%(float, string_expression)

PSU_ is the namespace (Peter Sulzer Utilities) so that this function hopefully
will not colide with names from other toolkits.

Copyright (c) 2025, Peter Sulzer, Frth (Fuerth), all rights reserved

For licence see licence file licence_txt.

Contents:

fpars_arrini1_bas  S(uper)BASIC functions psu_farray_init1 and psu_eat_spc%
fparse_asm         PSU_FPARSE% source code
fparse_cde         PSU_FPARSE% code file. Init with LRESPR'..._fparse_cde' or:
                   c=RESPR(254):LBYTES'..._fparse_cde',c:CALL c
fparse_txt         Documentation for FPARSE% function with many examples
fparsUtest_bas     Unit tests for FPARSE%
fparsUtest2_bas    Unit tests as above but more tests requires VALID% function
                   from knoware.no
README_txt         You're just reading it
