Command Line: Difference between revisions

[unchecked revision][unchecked revision]
m (style, deleted "no multitasking" part since its possible)
Line 9:
* Some functions to execute on commands
Because of their ease of implementation, CLI's are popular in hobby OS projects.
 
Methods you can use:
* flex/bison generated code for simple command interpreter
* old-fashioned [[FORTH]] interactive system (very easy to implement)
* full-featured programming language interpreter (powerful way)
 
==Advantages==
Anonymous user