Commit graph

17 commits

Author SHA1 Message Date
Tony Bark
31e6c2d099 WIP documentation book 2023-01-09 15:44:41 -05:00
Tony Bark
7c3230685b Rewritten IProgram interface and CST to support arguments.
- With the help of ChatGPT, the IProgram interface has been rewritten to handle command line arguments.
- Speaking of, the CST parser has been rewritten to finally support arguments with the help of ChatGPT too.
- Separately from the ChatGPT changes, the Run method has been renamed to Entry.
- Terminal's entry code is now top-level.

See ChangeLog.md for more details.
2023-01-08 22:27:21 -05:00
Tony Bark
19f7483fbd Social preview
- Possibly fixed formatting error with README
2023-01-07 13:20:31 -05:00
Tony Bark
6fb029b76e With the help of DALL-E 2, I now have a cute logo that I extracted the vector from with another AI tool 2023-01-07 13:09:52 -05:00
Tony Bark
f006ab41bf Issue and pull request templates
- Added code of conduct
- Code climate badges
2023-01-07 12:39:07 -05:00
Tony Bark
2794aa17f4 Copyright waiver under the Unlicense with BSD 3-Clause fallback. 2023-01-07 11:44:50 -05:00
Tony Bark
81bf203b6f Renamed TomFs to SysFS
- Commented and documented SysFS
- CosmosVFS instance is now global
- Wrapper around CosmosVFS' file and directory creation.
- If the file system is activate, system activity will be logged
2023-01-06 22:58:49 -05:00
Tony Bark
ce5f2fa2d8 Woops. Fixed screenshot path. 2023-01-06 22:03:03 -05:00
Tony Bark
2634cc8de4 Renamed ComConsts to SysMeta
- With the help of ChatGPT, some of the code is now properly commented
- Switched to calendar versioning due to the huge time skip and architectural changes
- Screenshot!
2023-01-06 22:00:48 -05:00
Tony Bark
7530f8500b Use latest quality of life changes in .NET 6 for the Terminal emulator
- Similar project changes to the kernal and resepctive assemblies will be taken more slowly
2023-01-06 19:15:54 -05:00
Tony Bark
7c16857c9a Refreshed project to target .NET 6 and latest userkit
- Fixed a slight oversight
2022-12-25 18:27:57 -05:00
Tony Bark
4f0863f429 Start() in IProgram has been renamed to Run()
- Run() loop in the shell is now wrapped in a try-catch statement.
- Added Github CI
- Removed OSConsts and TermConsts
- Programs can now access the programs dictionary directly from the shell
2021-03-31 00:10:38 -04:00
Tony Bark
af6bab2e4f Relicensed under GPL 2021-03-30 08:55:46 -04:00
Tony Bark
c11f987521 Programs now built using IProgram interface
- The old App abstract class has been scrapped in favor of the IProgram interface in the Tomas.Interface library.
- A new terminal emulator was created when not on Windows.
- In both OS and terminal, a single dictionary has the commands and classes that implement IProgram.
- Start() now returns a boolean that behaves similar to C's main in returning an integer.
- A new while loop in both terminal and kernel handles the execution of programs.
2021-03-30 08:26:18 -04:00
Anthony Wilcox
972948948f Moved Terminal stuff to kernel project 2020-01-30 11:19:54 -05:00
Anthony Wilcox
f8a919ba3a Fixed the abbreviation highlights 2020-01-30 10:13:13 -05:00
Anthony Wilcox
414aa10aef Initial source commit 2020-01-30 10:06:44 -05:00