7 lines
216 B
Factor
7 lines
216 B
Factor
|
! Copyright (C) 2009 Jeremy Hughes.
|
||
|
! See http://factorcode.org/license.txt for BSD license.
|
||
|
USING: alien.cxx alien.cxx.parser ;
|
||
|
IN: alien.cxx.syntax
|
||
|
|
||
|
SYNTAX: C++-CLASS: parse-c++-class-definition define-c++-class ;
|