summaryrefslogtreecommitdiff
path: root/examples/repl.rs
AgeCommit message (Expand)Author
2019-11-04Fix examples and docsAlex Orlenko
2018-10-01Allow non-utf8 Lua source in load / exec / evalkyren
2018-09-24Upgrade rustyline to 2.0 to avoid confusionkyren
2017-10-23auto-formattingkyren
2017-08-03autoformattingkyren
2017-08-02Merge pull request #34 from jonas-schievink/better-errorkyren
2017-08-02Fix multiline inputsJonas Schievink
2017-08-02Use rustyline for the REPLJonas Schievink
2017-08-01Merge IncompleteStatement into SyntaxErrorJonas Schievink
2017-07-23Rename `LuaString` to `String`Jonas Schievink
2017-07-23Remove the `Lua*` prefix from most typesJonas Schievink
2017-07-16Give `Lua::eval` a source name param and simplifyJonas Schievink
2017-06-25Simplification of error typeskyren
2017-06-24Lots of LuaError changeskyren
2017-06-24Big API incompatible error change, remove dependency on error_chainkyren
2017-06-20Method renames, remove ToLua / FromLua impls for Setskyren
2017-06-17Allow multiline input in the REPL exampleJonas Schievink
2017-06-17Add a simple repl exampleJonas Schievink