https://github.com/casm-lang/casmi
CASM Numeric and Symbolic Interpreter
https://github.com/casm-lang/casmi
application casm interpreter numeric-execution symbolic-execution
Last synced: 3 months ago
JSON representation
CASM Numeric and Symbolic Interpreter
- Host: GitHub
- URL: https://github.com/casm-lang/casmi
- Owner: casm-lang
- License: other
- Created: 2016-03-01T09:57:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T20:37:29.000Z (over 1 year ago)
- Last Synced: 2025-01-08T16:53:13.169Z (4 months ago)
- Topics: application, casm, interpreter, numeric-execution, symbolic-execution
- Language: C++
- Homepage: https://casm-lang.org/casmi
- Size: 493 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE.txt
Awesome Lists containing this project
README
#
# Copyright (C) 2014-2024 CASM Organization
# All rights reserved.
#
# Developed by: Philipp Paulweber et al.
#
#
# This file is part of casmi.
#
# casmi is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# casmi is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with casmi. If not, see .
#
[[https://github.com/casm-lang/casm-lang.logo/raw/master/etc/headline.png]]#+options: toc:nil
* casmi: CASM Numeric and Symbolic Interpreter
[[https://github.com/casm-lang/casm/discussions/categories/q-a][https://img.shields.io/badge/discussion-Q&A-blue.svg?logo=github]]
[[https://github.com/casm-lang/casmi/actions?query=workflow%3Abuild][https://github.com/casm-lang/casmi/workflows/build/badge.svg]]
[[https://github.com/casm-lang/casmi/actions?query=workflow%3Anightly][https://github.com/casm-lang/casmi/workflows/nightly/badge.svg]]
[[https://codecov.io/gh/casm-lang/casmi][https://codecov.io/gh/casm-lang/casmi/badge.svg]]
[[https://github.com/casm-lang/casmi/tags][https://img.shields.io/github/tag/casm-lang/casmi.svg?logo=github&sort=semver]]
[[https://github.com/casm-lang/casmi/blob/master/LICENSE.txt][https://img.shields.io/badge/license-GPLv3-blue.svg?logo=gnu]]This project contains an interpreter for a concrete implementation of the Abstract State Machine (ASM) language CASM.
TBD
** Copyright and License
The copyright holder of
=casmi= is the [[https://casm-lang.org][CASM organization]] ([[https://github.com/casm-lang][@casm-lang]])
and the used license of
=casmi= is the [[https://www.gnu.org/licenses/gpl-3.0.html][GNU GPLv3]].