The Lower Elements Game Engine
  
⚠️ Unstable APIs Ahead!
This is a beta (I.E. before v1.0.0) version of LEGE. As such, all APIs are considered unstable unless otherwise noted.
Modules
	
		| lege.c_libs | 
		Access to common C libraries. | 
	
	
		| lege.enum | 
		Allows the creation of enumerations. | 
	
	
		| lege.log | 
		Logging facilities for LEGE programs. | 
	
	
		| lege.readonly | 
		Allows the creation of readonly tables. | 
	
	
		| lege.strict | 
		checks uses of undeclared global variables. | 
	
	
		| lege.struct | 
		Allows the creation of strict structs. | 
	
	
		| lege.weak | 
		Create tables with weak references to their keys and / or values. | 
	
Topics
Examples