Skip to content

landmark-lang/stdlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is where the standard library goes. There is a single file at the root of the standard library which has the name std.lmk. This file is imported by the compiler by default every time a program is made. So, you see, the thing is now that by default it includes everything required for Console IO, handling strings, handling numbers, handling types, and that's it.