[ADD] manage variables *

Also:
- dev:
  - add docu
  - add fixes in TODO
  - add FIXME
This commit is contained in:
mcolonna 2024-05-27 13:21:40 +02:00
parent e0b059bea6
commit 38170c7211
5 changed files with 277 additions and 73 deletions

View file

@ -6,7 +6,6 @@
- signals
- ^C, ^D, ^\
- variables
- normal variables
- environment variables
- $?
- builtins:
@ -17,3 +16,8 @@
- unset (with no options)
- env (with no options or arguments)
- exit (with no options)
- fix
- `$ |` throws 2 errors
- empty variables aren't freed
(also search TODO and FIXME in the files)