aboutsummaryrefslogtreecommitdiff
path: root/src/ast.c
AgeCommit message (Expand)Author
2020-06-17Added (basic) operator evaluationCharles
2020-06-15Merge branch 'parser'Charles
2020-06-15ADD redir_parse draftnass1pro
2020-06-14WIP: Added eval cmd with redirection and builtinsCharles
2020-06-14Changing ast related struct and fixing functions accordinglyCharles
2020-05-04Removing data name in ast union, io_frame, root line ast tagCharles
2020-04-01Norm compliant comment format, dirty script for doxygen commentsCharles
2020-04-01Added builtin support in command eval, Refactoring eval/builtin function, Add...Charles
2020-04-01Added AST functions, tested eval with basic inputCharles