Skip to content
/ Copihue Public template

Copihue is an open-source programming language made in Chile

License

Notifications You must be signed in to change notification settings

jukeliv/Copihue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copihue

Copihue the first high-level programming language made in Chile. It is an open-source, statically typed programming language made with C++

Compiling Copihue

I made this process really simple ( for me ) cuz i am lazy, so you need to run build.bat and it should compile ( if you are on linux just run build.sh )

Compiling Copihue files

also, really simple process, you just need to do this: Copihue -FILE_NAME- -OUTPUT_FILE-

Features

  • ✅ Variables
  • ✅ Functions
  • ✅ Logic statements ( if, else, elif )
  • 🚧 Comparison operators (==, !=, >, <, >=, <=)
  • ✅ Arithmetic operators (+, -, *, /)
  • ❌ Logical operators (&&, ||, !) ( only have the not operator and is not implemented in code yet )
  • ✅ Comments
  • 🚧 For and while loops ( only while loops )
  • ❌ Structs
  • ❌ Include files
  • ✅ Strings
  • ❌ Arrays

About

Copihue is an open-source programming language made in Chile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages