Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orbitalquark/lua-quick-reference
Lua Quick Reference Book
https://github.com/orbitalquark/lua-quick-reference
book e-book lua luajit quick-reference reference
Last synced: 2 months ago
JSON representation
Lua Quick Reference Book
- Host: GitHub
- URL: https://github.com/orbitalquark/lua-quick-reference
- Owner: orbitalquark
- Created: 2020-09-14T00:27:24.000Z (over 4 years ago)
- Default Branch: default
- Last Pushed: 2023-08-01T13:14:34.000Z (over 1 year ago)
- Last Synced: 2024-05-21T02:28:39.962Z (8 months ago)
- Topics: book, e-book, lua, luajit, quick-reference, reference
- Language: C
- Homepage: https://orbitalquark.github.io/lua-quick-reference
- Size: 2.09 MB
- Stars: 38
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
These examples come from:
Lua Quick Reference
Second Edition
Published: May 2020
ISBN: 978-0-9912379-5-1
Pages: 169https://orbitalquark.github.io/lua-quick-reference/
The contents of these examples may also include test code and/or boilerplate
code delimitted by "snipped" comments.In Lua, snipped comments look like:
--8<---------------------------------------------------------------------------
Test and/or boilerplate code not included in the book.
--8<---------------------------------------------------------------------------In C, snippet comments look like:
//8<---------------------------------------------------------------------------
Test and/or boilerplate code not included in the book.
//8<---------------------------------------------------------------------------