summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
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-08-01Replace _: () with () everywherekyren
2017-08-01Fix references to hlists in documentation, improve? Variadic usabilitykyren
2017-07-31Remove the rest of the uses of pack / unpackkyren
2017-07-31Two major API changes to start with:kyren
2017-07-23Rename `LuaString` to `String`Jonas Schievink
2017-07-23Remove the `Lua*` prefix from most typesJonas Schievink
2017-07-19Add back explanatory comment about trying "return <expr>" before statementkyren
2017-07-16Give `Lua::eval` a source name param and simplifyJonas Schievink
2017-06-25Update README, small example changes.kyren
2017-06-25Another major API change, out of stack space is not an Errkyren
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-18Rename `LuaTable::(raw_)length` to `(raw_)len`Jonas Schievink
2017-06-18Rename `Lua::load` to `Lua::exec`Jonas Schievink
2017-06-17Merge pull request #7 from jonas-schievink/popenkyren
2017-06-17Allow multiline input in the REPL exampleJonas Schievink
2017-06-17Add a simple repl exampleJonas Schievink
2017-06-15that example hardly shows ALL the featureskyren
2017-06-15small warning / clippy fixes, doc commentskyren
2017-06-15rustfmt changeskyren
2017-06-11Go ahead and release 0.5.0kyren
2017-06-11Two major API changes:kyren
2017-05-22Update to use hlist_macro for hlist macros.kyren
2017-05-21show variadics in exampleskyren
2017-05-21Examples and initial READMEkyren