Skip to content

Portable Lua C-API binding using Fortran 2003's ISO_C_BINDING module.

License

Notifications You must be signed in to change notification settings

llarsen71/flua

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flua - Fortran 2003 bindings for Lua 5.1

flua implements fortran bidings for lua based on the fortran 2003 iso_c_compatability interface. Many of the API calls are implemented, although some of the api elements could not be implemented directly due to differences between c and fortran data structured. For example, fortran does not use the same way of representing character arrays as c, so some effort is required to translate between c compatible character arrays and fortran character arrays.

flua is an extension of the f2k3-lua project which exposes a portion of the lua api that is useful for leading configuration files.

About

Portable Lua C-API binding using Fortran 2003's ISO_C_BINDING module.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 100.0%