O Language Prompt Update

Prompt complete was changed in this update. In addition, some other functions have been updated. New problem prompt updated and fixed issues.

New features;

  • Process start and stop feature; olang process --start|stop|init --file
  • Job launch; olang job --file
  • Ability to scan changed files; olang watch --file
  • Code Assembly property; olang compile --file
  • Direct code execution feature; olang exec
  • Library file creation feature; olang generate --file
  • Setting up requirements feature; olang install and olang get
  • To build the project feature; olang build --file
  • The ability to run code in a file; olang run --file and olang

Other features can be learned with the olang -h command. In addition, previously required commands such as ops, olangc, opkg were removed.

File(--file) variables are used as a requirement in some sections and optional in some sections.

Latest Update: https://gitlab.com/olanguage/olang/tree/master