Skip to content
/ Ryss Public

Ryss is programming language with syntax inspired by Assembly.

Notifications You must be signed in to change notification settings

SKocur/Ryss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Source Love

Ryss

Ryss is programming language with syntax inspired by Assembly. Execution process takes place in separated threads, different thread is for GUI (Graphical User Interface) elements and different for console tasks. There are some debugging options passed as a paremeters to Ryss interpreter, which can be enabled at startup:

  • -verbose:avmemory displays available memory
  • -verbose:maxmemory displays total memory

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