diff --git a/IDEAS.org b/IDEAS.org index 23bac1a..9f5a715 100644 --- a/IDEAS.org +++ b/IDEAS.org @@ -7,11 +7,12 @@ - Assembler - Dissambler - Linker -- hexdump (xxd) + ** diffutils ** util-linux ** inetutils - +** hexutils +- hexdump, xxd * Libs - libc @@ -24,16 +25,19 @@ - Software repos separated per util or collection of utils (see Utils) - Ports is in `ports` repo and also can be found on `(MIRROR_OR_MAIN-WEBPAGE)/pub/ports` -* TUI Text Editor +* gxt (TUI Text Editor) - Have some shell (like M-x in emacs or : in vim) - Execute shell commands - Scrolling using some keybindings - Have CLI mode - Configuring/Scripting/Plugins (using some language) - Be able to open more then one file (buffers -* Other - - x86 emulator +* yemu + - 6502 emulator - Own processor emulator :) + - x86 emulator (in very far future :) ) +* orsh +* Other - lex implementation - bison implementation - m4 diff --git a/IDEAS.txt b/IDEAS.txt index 23bac1a..9f5a715 100644 --- a/IDEAS.txt +++ b/IDEAS.txt @@ -7,11 +7,12 @@ - Assembler - Dissambler - Linker -- hexdump (xxd) + ** diffutils ** util-linux ** inetutils - +** hexutils +- hexdump, xxd * Libs - libc @@ -24,16 +25,19 @@ - Software repos separated per util or collection of utils (see Utils) - Ports is in `ports` repo and also can be found on `(MIRROR_OR_MAIN-WEBPAGE)/pub/ports` -* TUI Text Editor +* gxt (TUI Text Editor) - Have some shell (like M-x in emacs or : in vim) - Execute shell commands - Scrolling using some keybindings - Have CLI mode - Configuring/Scripting/Plugins (using some language) - Be able to open more then one file (buffers -* Other - - x86 emulator +* yemu + - 6502 emulator - Own processor emulator :) + - x86 emulator (in very far future :) ) +* orsh +* Other - lex implementation - bison implementation - m4 diff --git a/index.html b/index.html index 8162baa..4c21e17 100644 --- a/index.html +++ b/index.html @@ -30,9 +30,12 @@

~> gros

~> grsh and grutils

~> orcc - Orion/GRU Compiler Collection (not published yet)

-

~> gasm - GRU Assembler (not published yet)

~> hexutils

~> coreutils

+

~> yemu - emulator (currently 6502 only)

+

~> gxt - TUI text editor

+

~> orsh - simple shell

+

~> binutils - gasm, disassembler (not published yet)

How to contribute:

~> Contribute your code to the project!

~> Test our projects in some tasks!