Skip to content

clifflang/cliff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cliff Cliff programming language

Cliff is a simple programming language written in python

example

import{gui/gui.py}

void {SubmitAction}
  typew{"Attempting to retrieve data..."}
  # This pulls the text from the box named "user_box"
  get_input{"user_box"}
  typew{"Check your terminal for the result!"}
end()

void {Stuff}
  window{}
  title{"Cliff Secure Login"}
  
  label{"Please eter your Username:"}
  # Create a text box linked to the name "user_box"
  input{"user_box"}
  
  button{"Login Now", "SubmitAction"}
  
  launch{}
end()

Cliff can allow modules that create custom keywords and stuff

Installing cliff

Coming soon!

Releases

No releases published

Packages

 
 
 

Contributors

Languages