Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 1002 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 1002 Bytes

golog++ Language grade: C/C++ Total alerts

golog++ is an interfacing and development framework for GOLOG languages. It employs a readable and typesafe GOLOG syntax that allows us to detect many common programming errors before any code is executed. The fully object-oriented code model ensures static consistency (especially type consistency) and is strictly separated from the runtime semantics and the platform backend. The platform backend is an abstract C++ interface, making integration into any robotics framework staightforward and simple. Check out the Wiki for a documentation of the language (WIP).

UML Diagram of golog++ main components