Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
/ pysarl-da50-2022 Public archive
forked from homermafia/sarl-da50

SARL Agent-Oriented Programming Language http://www.sarl.io. Forked for DA50 python transpiler project.

Notifications You must be signed in to change notification settings

sarl/pysarl-da50-2022

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

sarl-da50

SARL Agent-Oriented Programming Language http://www.sarl.io. Forked for DA50 python transpiler project.

Requires

  • Python 3.7 or later

Dependencies

How to run

  • From PyCharm (in run configugration):

    • Script path: ...\sarl-da50\contribs\io\sarl\pythongenerator\main.py
    • Parameters: "Path\to\boot\agent.py" "arg1" "arg2" "..."
  • From console:

    • cd "...\sarl-da50\contribs\io\sarl\pythongenerator"
    • python "main.py" "Path\to\boot\agent.py" "arg1" "arg2" "..."

About

SARL Agent-Oriented Programming Language http://www.sarl.io. Forked for DA50 python transpiler project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.7%
  • Java 44.3%