The Wayback Machine - https://web.archive.org/web/20220428103639/https://github.com/topics/machine-code
Skip to content
#

machine-code

Here are 68 public repositories matching this topic...

grassator
grassator commented Nov 29, 2020

Right now we only support single line comments with //. Would be nice to add multiline comment support with /* foo */.

Ideally tokenizer should also support nested multiline comments as in /* /* foo */ */. For the implementation it should be sufficient to have a single integer tracking the depth of nesting.

feature good first issue

Improve this page

Add a description, image, and links to the machine-code 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 machine-code topic, visit your repo's landing page and select "manage topics."

Learn more