inweb-bootstrap/Languages/ACME.ildf

26 lines
488 B
Text
Raw Normal View History

2020-04-04 12:07:08 +00:00
Name: ACME
2020-04-04 19:46:43 +00:00
Details: The ACME assembly language for 6502 and related CPUs
2020-04-04 12:07:08 +00:00
Extension: .a
Line Comment: ;
2020-04-06 11:26:10 +00:00
String Literal: "\""
2020-04-04 12:07:08 +00:00
String Literal Escape: \
Character Literal: '
Character Literal Escape: \
2020-04-04 19:46:43 +00:00
Binary Literal Prefix: %
Hexadecimal Literal Prefix: $
Negative Literal Prefix: -
2020-04-04 12:07:08 +00:00
2020-04-04 19:46:43 +00:00
colouring {
runs of unquoted {
runs of !identifier {
2020-04-05 22:28:05 +00:00
=> !reserved
2020-04-06 11:26:10 +00:00
prefix . => !identifier on both
prefix ! => !element on both
2020-04-04 19:46:43 +00:00
}
characters {
+ => !identifier
- => !identifier
}
}
2020-04-04 12:07:08 +00:00
}