==== The BriCA Language ==== The **BriCA language** is a Domain Specific Language (DSL)/[[https://en.wikipedia.org/wiki/Architecture_description_language|Architecture Description Language]] (ADL) for describing modules and message passing routes in computing architecture.\\ More specifically, it describes modules, ports on the modules, and connections among the ports.\\ The language enables users to record, exchange, and modify architecture design.\\ Thus, it facillitate researchers/developers of computational/cognitive architectures to reuse and improve architecture design within the community. \\ \\ The **BriCA language interpreter** ([[https://github.com/wbap/BriCAL|code on GitHub]]) checks consistency of BriCA language description and builds runtime structure with the [[BriCA]] core. === Documents === * [[https://goo.gl/35ipbk|BriCA Language Specification]] * [[https://goo.gl/zNADKv|BriCA Language JSON format]] * [[https://goo.gl/JR9JJU|BriCA Language Interpreter Specification]]