Differences From Artifact [dc545609f6]:
- Executable file
mttroot/mtt/cc/parse_m2cc.cc
— part of check-in
[b88d012df0]
at
2002-05-01 12:54:55
on branch origin/master
— Now recognises keywords terminated with ; as well as ws.
Now recognises # as a comment when not terminated by ws.
i.e. CarnotCycle_input.txt now gets translated correctly! (user: geraint@users.sourceforge.net, size: 6545) [annotate] [blame] [check-ins using] [more...]
To Artifact [b1b04bdad9]:
- Executable file mtt/cc/parse_m2cc.cc — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 6811) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/cc/parse_m2cc.cc — part of check-in [518b79b6e9] at 2014-07-12 19:24:06 on branch origin/master — Include cstdlib (for exit) and cstdio (for EOF) in parse_m2cc.cc (user: geraint@users.sourceforge.net, size: 6811) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | + + + + + | /* $Id$ * $Log$ * Revision 1.4 2002/05/01 12:54:55 geraint * Now recognises keywords terminated with ; as well as ws. * Now recognises # as a comment when not terminated by ws. * i.e. CarnotCycle_input.txt now gets translated correctly! * * Revision 1.3 2001/07/13 04:54:04 geraint * Branch merge: numerical-algebraic-solution back to main. * * Revision 1.2.2.1 2001/06/30 03:26:17 geraint * gcc-3.0 compatibility. * * Revision 1.2 2001/03/19 02:28:53 geraint |
︙ | |||
20 21 22 23 24 25 26 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - + + | * * Revision 1.1 2000/10/31 04:29:50 geraint * Initial revision * */ |
︙ |