ucl/cmdlang
Leon Mika bfd2785b1c dramatic simplification of command evaluation
- Removed the notion of streams
- Modified pipes such that any object can be passed through pipe. Now, the first argument will be used if the command is invoked via a pipe
2025-03-23 11:09:42 +11:00
..
ast.go Added the ability to use single values as the first argument 2025-03-23 11:07:48 +11:00
builtins.go dramatic simplification of command evaluation 2025-03-23 11:09:42 +11:00
egbuiltins.go Added the notion of streams 2024-04-10 21:58:06 +10:00
env.go Working out the tests 2025-03-23 11:07:54 +11:00
eval.go dramatic simplification of command evaluation 2025-03-23 11:09:42 +11:00
inst.go dramatic simplification of command evaluation 2025-03-23 11:09:42 +11:00
inst_test.go dramatic simplification of command evaluation 2025-03-23 11:09:42 +11:00
objs.go dramatic simplification of command evaluation 2025-03-23 11:09:42 +11:00
testbuiltins_test.go dramatic simplification of command evaluation 2025-03-23 11:09:42 +11:00
userbuiltin.go Added switch options 2025-03-23 11:07:32 +11:00
userbuiltin_test.go Added switch options 2025-03-23 11:07:32 +11:00