github nyaosorg/nyagos 4.3_beta

latest releases: 4.4.19_0, 4.4.18_1, 4.4.18_0...
8 years ago
  • Use Gopher-Lua instead of lua53.dll #300
    • nyagos with lua53.dll (mains.exe) can be built with cd mains ; go build
    • nyagos with no Lua (ngs.exe) can be built with cd ngs ; go build
  • Made nyagos.option.cleanup_buffer (default=false). When it is true, clean up console input buffer before readline.
  • set -o OPTION_NAME and set +o OPTION_NAME (=nyagos.option.OPTION_NAME= on Lua)
  • Buffer console-output ( go-colorable and bufio.Writer )

  • lua53.dll のかわりに Gopher-Lua を採用 #300
    • 旧来の lua53.dll 版 nyagos (mains.exe) は cd mains ; go build でビルド可能
    • Lua無し版 nyagos (ngs.exe) は cd ngs ; go build でビルド可能
  • nyagos.option.cleanup_buffer を追加(デフォルトは false)。true の場合、一行入力の前にコンソールバッファをクリアする
  • set -o OPTION_NAMEset +o OPTION_NAME を新設(nyagos.option.OPTION_NAME= on Lua と等価)
  • コンソール出力をバッファリングするようにした ( go-colorable and bufio.Writer )

Don't miss a new nyagos release

NewReleases is sending notifications on new releases.