Download

Linux
BinaryIntel64-bittar.gzsha2-
AppImageIntel64-bitAppImagesha2-
ArchLinux (AUR)Intel64-bitAURsha2$ yay -S casm
Mac OS
BinaryIntel64-bittar.gzsha2-
Windows
BinaryIntel64-bitzipsha2-
Docker
Linux-basedIntel64-bitcasmlang/casm$ docker pull casmlang/casm:0.6.0
Source Code
gitGitHub$ git clone -b '0.6.0' https://github.com/casm-lang/casm

Release ''faidros''

June 6, 2021

The release identifier faidros is derived from the Greek name Φαιδρος (Phaidros) and means “bright”.

This is the sixth official release of the CASM project. We are happy to present our new symbolic/concolic execution functionality. Basis for the CASM symbolic execution is a complete from scratch implemented C++ library called libtptp which provides a TPTP parser, code emitter, and evaluation transformation towards Z3. By annotating CASM functions with the attribute symbolic allows the CASM symbolic execution to derive first order formula based TPTP traces of the desired annotated functions. Furthermore, we support the complete building by (open-)source of the three main applications casmd, casmf, and casmi and the corresponding libraries like libcasm-fe or libcasm-ir.

LanguageWe enabled the symbolic attribute for function definition language elements to annotate functions that shall be symbolically evaluated during the concolic execution.
ApplicationProvided a new command line option (-s) to the CASM interpreter application casmi to evaluate CASM specifications with the new concolic execution.
ApplicationEnabled the concolic execution support in the CASM language server daemon application casmd for LSP-based editor integration to invoke concolic executions.
Plug-inIntegrated a new LSP command in the monaco editor extension to invoke CASM concolic executions and render the generated TPTP trace.
EnvironmentFull open-source based compilations of libraries and applications.

Release ''epiktetos''

April 5, 2020

The release identifier epiktetos is derived from the Greek name Επικτητος (Epiktetos) and means “newly acquired”.

This is the fives official release of the CASM project. It introduces two improvements and all are language related. The last release introduced a module import concept and we have added a using path namespace concept to make symbols visible and shorted their symbol name path. Besides the using path syntax, we support the local rule definition now. This rule allows a specifier to defined (nested) local state functions inside given rule scopes.

LanguageWe introduced a new language syntax definition element to make module symbols visible under shorter name.
LanguageProvided support for the local rule to defined nested local states.

Release ''diodoros''

September 18, 2019

The release identifier diodoros is derived from the Greek name Διοδωρος (Diodoros) and means “gift of Zeus”.

This is the fourth official release of the CASM project. It introduces three improvements. It introduces three improvements and this time all improvements are language related. First, we have a module and import system for our language. Through a new import syntax it is possible to load external specifications and modules into the current specification. Second, the CASM language allows UTF-8 symbols in comments, string literals, and certain characters for identifier names. Last but not least, we changed the init definition to be optional in CASM specifications to support import only specifications as well.

LanguageWe introduced a new language syntax definition element to specify the import of specifications and modules.
LanguageThe CASM language front-end lexer does support UTF-8 characters now.
LanguageSpecifications can have optional init definition.

Release ''chares''

April 2, 2019

The release identifier chares is derived from the Greek word Χαρης (Chares) and χαρις (Charis) and means “grace, kindness”.

This is the third official release of the CASM project. It introduces three improvements. First, we improved our AST language implementation to provide a lossless syntax tree representation. Build on this implementation feature we are able to construct a source formatting beautifier application called casmf. This application function in the near future as the official CASM formatting application. Second, another contribution provides 100% coverage of all LSP messages and structures (see libstdhl) so that our casmd can implement one language feature after the next one. Last but not least, we continued with our own libtptp implementation to prepare already the next steps for the CASM symbolic execution.

ApplicationIntroducing the CASM source format and beautifier command line application called casmf based on the new lossless syntax representation
EnvironmentLSP implementation covers 100% of the specification in libstdhl.
EnvironmentImprovements in the libstdhl implementation state.

Release ''berenice''

December 7, 2018

The release identifier berenice is derived from the Greek word Βερενικη (Berenike, or Berenice) and means “bringing victory”.

This is the second official release of the CASM project. It introduces four big improvements. First, we added a new language construct to specify invariant conditions through globally defined invariant definitions inside a CASM specification. Just try it with the shipped casmi. Second, our huge effort over the summer has finally paid off. Now we are able to compile the CASM project more or less platform independent with various C++ compilers. Therefore, we support and ship pre-compiled x86_64 binaries for Linux, Mac, and Windows. Third, besides the interpreter we ship a new daemon application called casmd, which is our own server-sided Language Server Protocol (LSP) implementation to interact with LSP (editor) clients. Last but not least, we publish our own LSP client plug-in extension for the monaco editor framework. With this plug-in a fully functional CASM editor environment allows you to specify, debug, and run (execute) the provided CASM specification.

LanguageWe introduced a new language syntax definition element to specify global invariant conditions in CASM specifications.
EnvironmentPlatform independent compilation supported to build x86_64 compatible 64-bit binaries for Linux, Mac, and Windows.
ApplicationIntroducing the CASM language server/service daemon command line application called casmd to interact with LSP clients.
Plug-inIntegrated a LSP client as monaco editor extension provided as a CASM language environment service.

Release ''auxentios''

June 4, 2018

The release identifier auxentios is derived from the Greek word αυξανω (auxano) and means “to increase, to grow”.

This is the first official release of the CASM project. It contains a release build of the CASM interpreter application called casmi. For now, we only support Linux and ship a statically build x86_64 compatible 64-bit binary with zero dependencies. The binary sources are packed and deployed to various environments including ArchLinux AUR and Docker.

LanguageContains the first version of the offical CASM language syntax, which contains the core elements of an ASM language implementation.
EnvironmentThis release supports building x86_64 compatible 64-bit binaries for Linux-based operating systems.
ApplicationIntroducing the CASM interpreter command line application called casmi to numerically execute (simulate) CASM specification.

Copyright © 2014-2024 CASM Organization.
All rights reserved.