Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 566 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 566 Bytes

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" "..."