1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 08:27:56 +03:00

new comment style

This commit is contained in:
Patrick Thomson 2019-10-25 13:47:58 -04:00
parent d72449b78c
commit 3421824b19

View File

@ -5,7 +5,7 @@
instance <- \class -> \prim -> \slots ->
#record { __super: class, __prim: prim, __slots: slots };
-- object's superclass is type itself
// object's superclass is type itself
object <- type "object" type #record{};
str <- type "str" object #record { };