File: ise.ace

package info (click to toggle)
gobo 2.0-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 17,764 kB
  • ctags: 11,254
  • sloc: lex: 3,980; yacc: 3,875; makefile: 716; sh: 402; ansic: 40
file content (11 lines) | stat: -rw-r--r-- 541 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
		-- Gobo Eiffel Tools Library
	et_ast_assertion:	"$GOBO/library/tools/ast/assertion";
	et_ast_class:		"$GOBO/library/tools/ast/class";
	et_ast_constant:	"$GOBO/library/tools/ast/constant";
	et_ast_expression:	"$GOBO/library/tools/ast/expression";
	et_ast_feature:		"$GOBO/library/tools/ast/feature";
	et_ast_instruction:	"$GOBO/library/tools/ast/instruction";
	et_ast_name:		"$GOBO/library/tools/ast/name";
	et_ast_type:		"$GOBO/library/tools/ast/type";
	et_error:			"$GOBO/library/tools/error";
	et_parser:			"$GOBO/library/tools/parser";