Skip to content

veternitzz/duc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

duc - a general purpose luau runtime

duc is a general purpose luau runtime with a rich standard library.

std

std is the luau require alias and main module in duc. std contains numerous sub modules for manipulation of stdio, the filesystem and the underlying system. here's a list of sub modules within duc and a short description. any sub module prefixed with an asterick (*) indicates that it is on the roadmap, but not yet implemented.

  • fs: a module which exposes functions for manipulation of the filesystem.
  • io: a module which exposes functions for reading stdin and writing to stdout/stderr.
  • sys: a module which exposes functions for manipulating the underlying system.

About

a general purpose luau runtime

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published