Skip to content
forked from SKocur/Ryss

Ryss is programming language with syntax inspired by Assembly.

Notifications You must be signed in to change notification settings

DevStudents/Ryss

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Source Love

Ryss

Ryss is programming language with syntax inspired by Assembly.

Simple "Hello World" program:

First option:

log 'Hello World!'

Second option:

init firstVariable 'Hello World!'
log firstVariable

Output in both cases is the same Hello World!

Documentation is available on: JavaDoc

forthebadge forthebadge

About

Ryss is programming language with syntax inspired by Assembly.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.2%
  • Batchfile 0.8%