index
:
minishell.git
lexer
m_test
master
path
rendu
School project: a minimalistic shell based on bash
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
eval.h
Age
Commit message (
Collapse
)
Author
2020-07-14
Refactoring error handling during parsing
Charles
2020-07-13
Added signal interupt and signal quit
Charles
2020-06-23
Fixing builtin which needed to not be run in a child process, Added exit builtin
Charles
2020-06-19
Added parenthesis handling in eval (not tested)
Charles
2020-06-18
Merge branch 'parse_cmd'
Charles
2020-06-17
Update line op
nass1pro
2020-06-17
Added (basic) operator evaluation
Charles
2020-06-15
Refactoring redirection out of eval/cmd.c, Added tag check shortcut
Charles
2020-06-15
Fixing leaks (need refactoring)
Charles
2020-06-14
WIP: Added eval cmd with redirection and builtins
Charles
2020-06-14
Added eval cmd and error handling draft, Updated preprocessing for list
Charles
2020-06-14
Changing ast related struct and fixing functions accordingly
Charles
2020-05-04
Removing data name in ast union, io_frame, root line ast tag
Charles
2020-04-03
Evaluation pipe frame (not tested)
Charles
2020-04-01
Norm compliant comment format, dirty script for doxygen comments
Charles
2020-04-01
Added builtin support in command eval, Refactoring eval/builtin function, ↵
Charles
Added doc
2020-04-01
Added AST functions, tested eval with basic input
Charles
2020-03-31
Removing ms_ prefix, Removing junk
Charles