summaryrefslogtreecommitdiff
path: root/src/Dalos-cli.cc
AgeCommit message (Collapse)Author
2014-08-11Skeleton of editline support.Nicolas "Pixel" Noble
2014-08-11MSVC project for Dalos-cli.Nicolas "Pixel" Noble
2013-08-12Adding BigInt support and test to Dalos.Nicolas "Pixel" Noble
2013-08-07Adding LuaHandle support.Nicolas "Pixel" Noble
2013-08-05Adding the LuaLoad function to Dalos.Nicolas Noble
2013-08-05Don't crash Dalos if there's an error that appears while running interactive ↵Nicolas Noble
strings.
2013-07-24The new file API requires to explicitely open files now.Nicolas Noble
2013-07-24Better exception handling support for Lua.Nicolas Noble
2013-07-24Ditching readline for libedit, resulting in a much more flexible approach to ↵Nicolas "Pixel" Noble
line input.
2013-07-23Updating Balau for its StdIO module, and introducing Dalos-modules to hold ↵Nicolas Noble
non-low level stuff, such as readline support.
2012-09-06Better off with a list instead of a vector.Nicolas "Pixel" Noble
2012-09-05Dalos-cli is alive. It has an interactive loop, a way to handle command ↵Nicolas "Pixel" Noble
line, and can run Lua code. Probably not win32-compatible yet though.
2012-04-01Proof of concept.Pixel
2012-03-29Initial Skeleton for Dalos-cli.Nicolas "Pixel" Noble