Skip to content

99NIMI/oscat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Oscat Basic

An Oscat basic library for RuSTy

A modified version of the Oscat Library that could be compiled using RuSTy

In its current status, not every feature of the library compiles.

Modifications:

To reduce warnings we made the following non breaking changes

  • String range changed from () to []
  • POINTER TO was changed to REF_TO
  • FUNCTIONBLOCK renamed to FUNCTON_BLOCK

To avoid errors we made the following non breaking changes

  • Array initializers are surrounded by []
  • TOD literals are moved to 3 sections (PLC-lang/rusty#355)
  • ADR was replaced with & as ADR is not yet implements
  • Functions parameters are changed to () instead of []

To avoid errors, the following breaking changes were made

Standard Functions

To avoid compile errors, a stub for the standard functions is also available

About

The Oscat Basic library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smalltalk 100.0%