S(uper)BASIC Machine Code Function

PSU_FPARSE%(string_expression, initialised_float_variable)

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

Copyright (c) 2025, 2026, 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(308):LBYTES'..._fparse_cde',c:CALL c
fparse_txt         Documentation for FPARSE% function with many examples
fparsV2Utest_bas   Unit tests for versions >= 2
licence_txt        Licence under which this software is published
README_txt         You're just reading it


-- 
I think PSU is not a good name space for this function. But I
don't know a global (commonly accepted) namespace for the
FPARSE%-Function.

Should it be put into STR_ (STRing functions), MATH_ (MATHematical
functions), ...?

Suggestions welcome!
