LFLCH / RobotDSL

A domain specific language and its support for mobile robots.
MIT License
2 stars 0 forks source link

RobotScript interpreter #4

Closed LFLCH closed 6 months ago

LFLCH commented 7 months ago

From a given RPC script, the goal would be to execute it on the fly without a conversion to another language before execution. it would be very appropriate for the web version.

LFLCH commented 6 months ago

The interpreter is stable now.

Last main change : 6f9bf6f7d8d1d32c187c86e16e2f4ed5f8327612 The next thing to improve would be to add obstacles (walls) in the simulation environnment.