diff options
Diffstat (limited to 'man.txt')
-rw-r--r-- | man.txt | 38 |
1 files changed, 38 insertions, 0 deletions
@@ -0,0 +1,38 @@ +The HALK Programming Language +==================================================================================================== + +*version 0.0.1* +*2023-05-22* + +Syntax +==================================================================================================== + +Definitions +---------------------------------------------------------------------------------------------------- + +Calls +---------------------------------------------------------------------------------------------------- + +Data Structures +==================================================================================================== + +Namespaces +---------------------------------------------------------------------------------------------------- + +Structs +---------------------------------------------------------------------------------------------------- + +Logic & Program Flow +==================================================================================================== + +If / Else +---------------------------------------------------------------------------------------------------- + +For / While +---------------------------------------------------------------------------------------------------- + +Cond +---------------------------------------------------------------------------------------------------- + +Style +==================================================================================================== |