44 Commits

Author SHA1 Message Date
340591e1a1 Condensed /cleaned up some code
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
2021-03-29 16:24:21 +13:00
a37aa07ede Enabled multiple expressions on one line
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
2021-03-29 15:24:11 +13:00
51920ef69e Changed Error handling
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
2021-03-29 14:56:39 +13:00
c9b9438519 Fixed invalid characters in the identifier string. (Closes #7)
Some checks failed
continuous-integration/appveyor/branch AppVeyor build failed
2021-03-29 14:02:25 +13:00
093b4455a6 Added information to the readme
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
Added examples and automatic copying of them to the output directory, for launching in the example profiles
2021-03-29 12:45:37 +13:00
cdc321768b Retargeted for .NET Core 3.0
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
2021-03-29 10:07:48 +13:00
1d34d1b6b7 Removed/expanded targeted-type 'new' expressions for legacy portability
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
2021-03-29 10:05:48 +13:00
442a967cd9 Fixed an issue with a character being dropped in GetStringLines()
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
2021-03-24 15:35:56 +13:00
f3bf997652 Fixed up some more lines
Some checks failed
continuous-integration/appveyor/branch AppVeyor build failed
2021-03-24 14:51:17 +13:00
17d4a3672b Cleaned up some code,
Some checks failed
continuous-integration/appveyor/branch AppVeyor build failed
Fixed append operator requirement (Closes #10)
2021-03-24 13:40:16 +13:00
65a7b0e497 Removed curly braces from the start and end of the program (Closes #9)
Some checks failed
continuous-integration/appveyor/branch AppVeyor build failed
2021-03-24 13:03:51 +13:00
0fd02dd9ac Swapped order of printwords and printwordcount, (Closes #8)
Some checks failed
continuous-integration/appveyor/branch AppVeyor build failed
2021-03-24 12:50:33 +13:00
8774264207 Added the continued execution logic
Some checks failed
continuous-integration/appveyor/branch AppVeyor build failed
2021-03-23 11:26:38 +13:00
60d81c6332 Set a basic loop for multiple runs of the program
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
2021-03-19 12:42:38 +13:00
f7203440a8 Fixed naming rule violation
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
Moved Exit to main program flow, rather than the called function
2021-03-19 12:31:16 +13:00
1bd6b1b040 Moved Symbols to the Parser class, made it non-static, therefore instancing it instead of being a static global
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
2021-03-19 12:20:01 +13:00
9e68ca1fcd Implemented the 'list all;' functionality.
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
Fixed an issue with parsing multiple lines
2021-03-19 12:12:56 +13:00
9475079056 Improved reassignment with 'set'.
Cleaned a few lines
2021-03-19 12:04:03 +13:00
83a8631d72 Got basic stream piping (Closes #6)
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
2021-03-17 18:24:31 +13:00
ac6a192fb0 Added multi-line parsing 2021-03-17 17:27:48 +13:00
087d8d0754 Condensed some code.
Improved docstrings where possible
2021-03-17 17:11:18 +13:00
c7858791f4 Implemented an optional save function on exit 2021-03-17 14:25:39 +13:00
b371be43d6 Added a check if the current value already exists (Closes #5) 2021-03-17 13:55:42 +13:00
f7b7fc1b36 Added some comments, removed an unused function 2021-03-15 21:38:55 +13:00
1bc3727ce8 Added PreviousChar() function 2021-03-15 21:26:19 +13:00
83c70333f8 Cleaned up plenty of lines.
Added exceptional flow to maintain correct state.
Added EoL/EoS parsing (Closes #3)
2021-03-15 20:58:52 +13:00
10bd29c296 Changed table formatting to typically exclude hidden keys
Fixed issue with string centering (Closes #4)
2021-03-15 17:28:20 +13:00
ff4eaa0997 Fixed appending characters,
Candidate for closing #2
2021-03-15 16:42:37 +13:00
c60d75d5ba Refactored position handling into helper functions, e.g.
PeekChar, ReadChar etc.
2021-03-15 15:03:36 +13:00
482ecc6468 Fixed bad command continued parsing (Closes #1) 2021-03-15 13:46:54 +13:00
74df6241cc Added a center-string function
Some checks failed
continuous-integration/appveyor/branch AppVeyor build failed
2021-03-12 12:46:00 +13:00
5082bc6481 fixed word parsing 2021-03-12 12:14:51 +13:00
e953b1cc90 Turned the debug writer into a method 2021-03-12 11:29:46 +13:00
5ebdb9fc06 Fixed appending two variables 2021-03-12 11:10:24 +13:00
34ecfc0f46 Full implementation of Append(), including error messages & semicolon requirement 2021-03-12 11:00:29 +13:00
be780d54e2 Got many functions initially working.
Code can be parsed via pipes or typed lines
2021-03-11 19:22:49 +13:00
2c9dff8e13 Added Reverse Function 2021-03-11 17:47:38 +13:00
3460149258 Added Set Function 2021-03-11 17:18:02 +13:00
65c3ab8459 Print Functions added 2021-03-11 16:53:20 +13:00
41c0994878 Corrected for list 2021-03-11 16:41:37 +13:00
b2b8a036e9 Added the ~~print~~list function 2021-03-11 16:40:11 +13:00
3fc3a643de Added the print function 2021-03-11 16:39:15 +13:00
3905b46e75 Restructured most of the project, clarified implementations 2021-03-11 16:18:05 +13:00
Brychan Dempsey
6d73e88105 Add project files. 2021-03-11 12:56:25 +13:00