aboutsummaryrefslogtreecommitdiff
path: root/sh/parser.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: readd copyrightsFerass El Hafidi2023-04-101-0/+3
* all: use SPDX identifiers and add a new MAINTAINERS file.Ferass El Hafidi2023-02-161-28/+1
* sh: shorten commentsFerass El Hafidi2023-02-021-14/+2
* *: Update Copyright dateFerass 'Vitali64' EL HAFIDI2023-01-051-1/+1
* (happy new year!) sh: Fix compiler errors && core/: Move print_usage to commo...Ferass 'Vitali64' EL HAFIDI2023-01-051-0/+1
* Relicense fases core under the 3BSD && Convert all manpages to scdoc && Link ...Ferass 'Vitali64' EL HAFIDI2022-11-101-12/+23
* sh: Fix error handling.Ferass 'Vitali64' EL HAFIDI2022-10-151-4/+5
* sh: Move error handling to parseCommand()Ferass 'Vitali64' EL HAFIDI2022-10-141-2/+2
* sh: Add support for commentsFerass 'Vitali64' EL HAFIDI2022-10-131-1/+5
* sh: Add the ability to finally run commands from a file! && Fix weird error h...Ferass 'Vitali64' EL HAFIDI2022-10-131-3/+6
* sh: Move the command runner mechanism to a separate function && fix various s...Ferass 'Vitali64' EL HAFIDI2022-10-121-3/+30
* sh: Add a built-in test command.Ferass 'Vitali64' EL HAFIDI2022-10-061-2/+4
* Add a WIP implementation of sh.Ferass 'Vitali64' EL HAFIDI2022-08-201-0/+66