Find file in fortrangoingonforty/fortsh@d46f8b764d4344f3f0816457253e6631c19f0d2d
- .SRCINFO
- .gitignore
- .tool-versions
- Archive/fortsh-1.0.0.tar.gz
- Archive/fortsh-1.0.1.tar.gz
- Archive/fortsh-1.0.5.tar.gz
- Archive/fortsh-1.1.0.tar.gz
- Archive/fortsh-1.2.0.tar.gz
- Archive/fortsh-1.3.0.tar.gz
- Archive/fortsh-1.4.0.tar.gz
- Archive/fortsh-1.5.0.tar.gz
- Archive/fortsh-2.0.0.tar.gz
- Makefile
- PKGBUILD
- README.md
- Script/test_advanced_editing.sh
- Script/test_enhanced_readline.sh
- Script/test_hist_debug.sh
- Script/test_history_navigation.sh
- Script/test_syntax_highlighting_demo.sh
- docs/ARCHITECTURAL_LIMITATIONS.md
- docs/AST_ARCHITECTURE_PLAN.md
- docs/MIGRATION_TASKS.md
- fortsh.html
- fortsh.repo
- fortsh.spec
- mod/ast_types.mod
- mod/ast_types_enhanced.mod
- mod/lexer.mod
- mod/lexer_simple.mod
- mod/parser_enhanced.mod
- src/ast/Makefile
- src/ast/ast_bridge.f90
- src/ast/ast_types.f90
- src/ast/ast_types_enhanced.f90
- src/ast/ast_types_enhanced.mod
- src/ast/ast_types_enhanced.o
- src/ast/debug_tokens
- src/ast/debug_tokens.f90
- src/ast/evaluator.f90
- src/ast/evaluator_enhanced.f90
- src/ast/evaluator_integrated.f90
- src/ast/evaluator_real.f90
- src/ast/evaluator_simple_real.f90
- src/ast/evaluator_simple_real.mod
- src/ast/evaluator_simple_real.o
- src/ast/lexer.f90
- src/ast/lexer_simple.f90
- src/ast/lexer_simple.mod
- src/ast/lexer_simple.o
- src/ast/parser.f90
- src/ast/parser_enhanced.f90
- src/ast/parser_enhanced.mod
- src/ast/parser_enhanced.o
- src/ast/shell_types.mod
- src/ast/shell_types_stub.f90
- src/ast/shell_types_stub.o
- src/ast/system_interface.f90
- src/ast/test_arithmetic
- src/ast/test_arithmetic.f90
- src/ast/test_ast_bridge
- src/ast/test_ast_bridge.f90
- src/ast/test_background.f90
- src/ast/test_background_parse
- src/ast/test_background_parse.f90
- src/ast/test_builtins
- src/ast/test_builtins.f90
- src/ast/test_builtins_debug
- src/ast/test_builtins_debug.f90
- src/ast/test_case_debug
- src/ast/test_case_debug.f90
- src/ast/test_case_params
- src/ast/test_case_params.f90
- src/ast/test_cmd_subst_simple
- src/ast/test_cmd_subst_simple.f90
- src/ast/test_command_subst
- src/ast/test_command_subst.f90
- src/ast/test_cond_expr_eval.f90
- src/ast/test_cond_expr_parser
- src/ast/test_cond_expr_parser.f90
- src/ast/test_cond_simple
- src/ast/test_cond_simple.f90
- src/ast/test_enhanced
- src/ast/test_enhanced.f90
- src/ast/test_enhanced_test
- src/ast/test_enhanced_test.f90
- src/ast/test_evaluator.f90
- src/ast/test_for_arith
- src/ast/test_for_arith.f90
- src/ast/test_for_arith_exec.sh
- src/ast/test_for_loop_fix
- src/ast/test_for_loop_fix.f90
- src/ast/test_functions
- src/ast/test_functions.f90
- src/ast/test_glob
- src/ast/test_glob.f90
- src/ast/test_heredoc
- src/ast/test_heredoc.f90
- src/ast/test_heredoc_simple
- src/ast/test_heredoc_simple.f90
- src/ast/test_herestring
- src/ast/test_herestring.f90
- src/ast/test_herestring_exec
- src/ast/test_herestring_exec.f90
- src/ast/test_integrated
- src/ast/test_integrated.f90
- src/ast/test_lexer_special
- src/ast/test_lexer_special.f90
- src/ast/test_logical_ops
- src/ast/test_logical_ops.f90
- src/ast/test_milestone
- src/ast/test_milestone.f90
- src/ast/test_new_builtins
- src/ast/test_new_builtins.f90
- src/ast/test_param_expansion
- src/ast/test_param_expansion.f90
- src/ast/test_param_helpers
- src/ast/test_param_helpers.f90
- src/ast/test_params_simple
- src/ast/test_params_simple.f90
- src/ast/test_pipelines
- src/ast/test_pipelines.f90
- src/ast/test_proc_subst
- src/ast/test_proc_subst.f90
- src/ast/test_real
- src/ast/test_real_execution.f90
- src/ast/test_redirection
- src/ast/test_redirection.f90
- src/ast/test_return_basic
- src/ast/test_return_basic.f90
- src/ast/test_return_command
- src/ast/test_return_command.f90
- src/ast/test_return_simple
- src/ast/test_return_simple.f90
- src/ast/test_subshell_group.f90
- src/ast/test_tilde_expansion
- src/ast/test_tilde_expansion.f90
- src/common/error_handling.f90
- src/common/io_helpers.f90
- src/common/performance.f90
- src/common/shell_types.mod
- src/common/types.f90
- src/common/types.o
- src/execution/better_errors.f90
- src/execution/builtins.f90
- src/execution/coprocess.f90
- src/execution/executor.f90
- src/execution/jobs.f90
- src/fortsh.f90
- src/fortsh.f90.bak
- src/fortsh.f90.bak2
- src/fortsh_ast.f90
- src/io/completion_allocatable.f90
- src/io/fd_redirection.f90
- src/io/heredoc.f90
- src/io/readline.f90
- src/io/readline.f90.bak
- src/io/readline.f90.bak2
- src/io/readline.f90.bak3
- src/io/readline.f90.bak4
- src/io/readline.f90.menu_workaround
- src/io/readline_refactored.f90
- src/io/syntax_highlight.f90
- src/parsing/glob.f90
- src/parsing/parser.f90
- src/scripting/abbreviations.f90
- src/scripting/advanced_test.f90
- src/scripting/aliases.f90
- src/scripting/command_builtin.f90
- src/scripting/completion.f90
- src/scripting/config.f90
- src/scripting/control_flow.f90
- src/scripting/directory_builtin.f90
- src/scripting/expansion.f90
- src/scripting/getopts_builtin.f90
- src/scripting/printf_builtin.f90
- src/scripting/prompt_formatting.f90
- src/scripting/read_builtin.f90
- src/scripting/shell_options.f90
- src/scripting/substitution.f90
- src/scripting/test_builtin.f90
- src/scripting/variables.f90
- src/system/interface.f90
- src/system/signal_handling.f90
- src/system/signals.f90
- test_ast_simple
- test_herestring.f90