Skip to content

Commit

Permalink
Updates README.md to new badge format
Browse files Browse the repository at this point in the history
  • Loading branch information
codeZeilen authored Aug 3, 2024
1 parent 4508309 commit 2844d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Ohm/S [![Master Build Status](https://img.shields.io/github/workflow/status/hpi-swa/Ohm-S/tests/master?logo=github)](https://github.com/hpi-swa/Ohm-S/actions/workflows/main.yml) [![Coverage Status](https://coveralls.io/repos/github/hpi-swa/Ohm-S/badge.svg)](https://coveralls.io/github/hpi-swa/Ohm-S)
# Ohm/S [![Master Build Status](https://img.shields.io/github/actions/workflow/status/hpi-swa/Ohm-S/workflows/main.yml?branch=master)](https://github.com/hpi-swa/Ohm-S/actions/workflows/main.yml) [![Coverage Status](https://coveralls.io/repos/github/hpi-swa/Ohm-S/badge.svg)](https://coveralls.io/github/hpi-swa/Ohm-S)

Ohm/S is a Squeak/Smalltalk implementation of the metaprogramming framework [Ohm](https://github.com/cdglabs/ohm). It currently reflects the state of Ohm/JS from around version v0.86. A notable difference is that there are currently no parameterized rules and actions. Beside that, Ohm/S changes the lookup of rules from supergrammars from compile-time to matching-time. Further, Ohm/S grammars can be installed as meta-objects in the Smalltalk image similar to Smalltalk classes.

Expand Down

0 comments on commit 2844d88

Please sign in to comment.