CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/21 06:56:16
Modified files:
usr.bin/mg : def.h extend.c interpreter.c
Log message:
Add quoted strings capability in list values, no special chars
detection in between them though. Add limitation to characters
allowed in symbol names, equivalent to mg function names (A-Za-z-),
quite restrictive but can grow of course. If value is not quoted and
is not a variable, give an error.
