Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 811 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 811 Bytes

Lua for Lazarus

Give the Lua script power to the Lazarus.

##Usage
See sample projects. (Needs lua53.dll or liblua53.so)

  • New Lua 5.3 header unit for FPC.
  • Sample of using database(TDbf).
  • Sample of using ActiveX.
  • Sample of using extension module in Lua.
  • Sample of using multithread.
  • Sample of printing a report with drawing PDF.

##Contribution

  1. Fork it
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Create new Pull Request

##License
New BSD
Copyright(c)2010- Malcome@Japan All rights reserved.
I dedicate this code to my late father.

##Links Old version is here.