You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#lang yaragg
|
|
start: A c def hello-world
|
|
A : "\"\101\\" ; A
|
|
c : '\'\U0063\\' ; c
|
|
def : "*\u64\\\"\\\x65f\"" ; de
|
|
hello-world : "\150\145\154\154\157\40\167\157\162\154\144"
|