We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab3486f commit 5cda695Copy full SHA for 5cda695
CHANGES.md
@@ -1,4 +1,8 @@
1
2
+0.3.2 (2026-02-09)
3
+------------------
4
+
5
+* initial support for symbolic opcodes
6
7
0.3.1 (2025-02-06)
8
------------------
asli.opam
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
-version: "0.3.1"
+version: "0.3.2"
synopsis: "Interpreter for Arm's Architecture Specification Language (ASL)"
description: """
Interpreter for the language ASL that Arm uses to write their ISA specifications.
dune-project
(lang dune 2.9)
(name asli)
-(version 0.3.1)
+(version 0.3.2)
(using menhir 2.0)
0 commit comments