removed dump command; puts, p and e commands now takes all tokens in a phrase; unset... 2.5.1
commite3de2a2c30163565f3f90cb8c189d6cc3535b489
authorFrancesco Palumbo <phranz@subfc.net>
Tue, 31 Jan 2023 21:44:47 +0000 (31 22:44 +0100)
committerFrancesco Palumbo <phranz@subfc.net>
Tue, 31 Jan 2023 21:44:47 +0000 (31 22:44 +0100)
treece8cb5f6dc5d7f6e361e8bd4613f5b36fe535d79
parentd1499fea266b3551f1b9c31879dd0141f995cb96
removed dump command; puts, p and e commands now takes all tokens in a phrase; unset command can now unset elements attributes too; vars command can now show elements attributes; new cutils integrated; minor fixes; minor optimizations.
13 files changed:
README.md
changelog.md
examples/mapadd.gsh
man/guish.1
src/cutils.h
src/evaluator.c
src/evaluator.h
src/exec.c
src/main.c
src/syntax.c
src/syntax.h
src/widget.c
tests/evaluator.sh