Commit Graph

13 Commits

Author SHA1 Message Date
Olivier Gagnon f6f023eeb4 Fix tons of typos 2022-10-09 01:25:31 -04:00
RevanProdigalKnight 8e092939ce Fix indentation 2022-05-13 21:44:32 -06:00
RevanProdigalKnight 7a6809f66c Simplify quoted string argument parsing 2022-05-13 21:39:20 -06:00
RevanProdigalKnight 286ab64d67 Ran formatter 2022-05-04 08:32:55 -06:00
RevanProdigalKnight 8d5f80de26 Fixes linter/build errors from editing last night in GitHub 2022-05-04 08:27:52 -06:00
RevanProdigalKnight 36db849ff1 Upgrade terminal ParseCommand function
Adds ability to parse arbitrarily-nested strings into single arguments (see comments on lines 48, 64, 76)
Adds ability to parse additional number formats, e.g.: hexadecimal (0x0A), octal (018), and binary (0b1101)
Combines arguments separated with escaped spaces into single string arguments, e.g.: "echo Hello\ World!" -> ["echo", "Hello World!"]
2022-05-04 00:46:15 -06:00
phyzical c681828ec1 few more event key. constant refactors 2022-03-24 23:09:24 +08:00
BB 5e2ccc71ec Mixing spaces and tabs, extra semicolons and lonely ifs are now forbidden 2022-03-11 16:32:48 +01:00
Olivier Gagnon f111beb399 rm consolelog 2021-12-03 15:20:31 -05:00
Olivier Gagnon 0b92f706ad terminal parses boolean exactly. 2021-12-03 14:46:40 -05:00
Olivier Gagnon 13b08d7cc8 terminal parses boolean exactly. 2021-12-03 14:44:32 -05:00
Olivier Gagnon 38408294cc build terminal string parsing fix 2021-09-19 00:55:29 -04:00
Olivier Gagnon 2922e42055 most terminal converted to ts 2021-09-16 18:10:28 -04:00