Skip to content
#

stark

Here are 18 public repositories matching this topic...

miden
bobbinth
bobbinth commented Jan 26, 2022

Currently, comments in Miden assembly must be surround by # characters. Thus, even for single line comments we must write:

# this is a comment #

It is a bit annoying that we need to terminate single line comments with #. The main motivation for doing so was ease of parsing, and in fact parsing this style of comments is very easy (they are stripped out from the source code as im

enhancement good first issue assembly v0.2

Improve this page

Add a description, image, and links to the stark topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the stark topic, visit your repo's landing page and select "manage topics."

Learn more