Powered by Apache

CVS log for OpenXM/src/kan96xx/trans/yylex_polymake.c

[BACK] Up to [local] / OpenXM / src / kan96xx / trans

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.7 / (download) - annotate - [select for diffs], Tue Oct 6 11:33:48 2020 UTC (3 years, 7 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

All causes of the warnings are fixed.

Revision 1.6 / (download) - annotate - [select for diffs], Thu May 3 13:20:35 2018 UTC (6 years ago) by takayama
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5 (colored)

Added prototype declarations.
PMparse (yyparse) returns int. PMerror (yyerror)?

Revision 1.5 / (download) - annotate - [select for diffs], Fri Sep 4 02:25:30 2009 UTC (14 years, 8 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

polymake2tfb accepts the token ==UNDEF==

Revision 1.4 / (download) - annotate - [select for diffs], Sat Aug 21 00:39:53 2004 UTC (19 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3_12, RELEASE_1_2_3, KNOPPIX_2006, DEB_REL_1_2_3-9
Changes since 1.3: +12 -8 lines
Diff to previous 1.3 (colored)

yylex accepts expressions  !KEYWORD.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jul 15 07:50:40 2004 UTC (19 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.2: +8 -1 lines
Diff to previous 1.2 (colored)

polymake2tfb accepts an extended grammer of polymake data files.
It is a preparation of a new polymake interface for Grobner fan.
Example:
$ ./polymake2tfb
F
[ -1 : 3 ]
{{0 1} {0 2} {1 2}}

returns

polymake.data(polymake.F([polymake._bracket(polymake._colon([-1],[3])),polymake._set([polymake._set([0,1]),[polymake._set([0,2]),polymake._set([1,2])]])]))

Revision 1.2 / (download) - annotate - [select for diffs], Thu Apr 8 01:49:04 2004 UTC (20 years, 1 month ago) by takayama
Branch: MAIN
Changes since 1.1: +3 -2 lines
Diff to previous 1.1 (colored)

BUG:
  if the input starts with an empty line like
_test
# comment
POINTS
1 2
1 0
1 1

it caused a parse error.

The bug is fixed.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Nov 24 02:33:39 2003 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b, RELEASE_1_2_2_KNOPPIX

Moved data converstion modules into kan96xx/trans.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>