Hi, In the ADL archetype syntax (see http://www.openehr.org/drafts/t_drafts.htm) there are certain times when a piece of a second syntax occurs within the...
... You can try to do that: from i := 1 until i > N loop my_scanner.read_character i := i + 1 end This should consume N characters from the input. PS: Note...
... It's not easy to express as an assertion the fact that a feature (here `read_token' from the scanner) has been called one more time than you might think by...
Hi, how can I let the scanner start scanning from the beginning of the file when EOF is read? I've the following rule, <searching_n><<EOF>> { if not...
... There is something similar to that in the code of gepp ($GOBO/src/gepp) when reading #include instructions. The difference is that in that case we open a...
In my case, the file has long been read and its contents are in a String buffer - so I just want to set my second parser to work from "here" in the current...
My name is Judy Reese, I am a recruiter with Advanced IT Personnel, Inc. I am looking for EIFFEL programmers for a client that is putting together a group to...
Is there a "sane" way to call a variadic C-function(*) from Eiffel? (* variadic=like printf) I'm wrapping GTK (part of ewg). I'm currently googling and reading...
Hi all, I currently work with ET_LACE_PARSER and ET_UNIVERSE to generate a few statistics of various projects. Now i have two question, with ET_UNIVERSE i can...
Hello Samuele, ... I'm currently on vacation and won't be able to answer your questions before the middle of next week. But first I would like to know what...
Hi , I am wondering if it could be possible (and a good idea) to add the "accept_errors " parameter (from task "exec") to the "geant" task ? or maybe in the...
... No, this information is not available in the current implementation of Gobo. The best you can get so far is the number of features per class (either just...
Hi! I am trying to add new features to already existing files by parsing them, adding the new features and then writing them back. What do i have to do apart...
... When writing the AST back to a file using ET_AST_PRINTER, it actually prints the features per feature clauses. The problem is that your new feature is not...
... In fact the parser might get this EOF_TK token, but it might not receive the notification from the scanner that the end of file has been reached. ... I...
Hi there, Using the DT_GREGORIAN_CALENDAR, is there a way to get the week_number of a date ? What I managed to do quickly using the Gobo classes is the...
... Buona sera, Paolo. Have a look at http://sharedjourney.co.uk/. The Scriba product is still in beta, but it looks like you can apply to become a beta...
... Scriba System Requirements: Windows XP, 2000, NT 4.0, ME, or 98. I cannot be a beta testers since I don't have those operative systems. I mainly work on...
... I've not tried it, but Berend de Boer's extensions for the Eiffel mode of the emacs editor http://www.berenddeboer.net/emacs/ includes a function...
I'm doing some work on the GTK wrappers, part of the Eiffel Wrapper Generator (http://ewg.sf.net). I would like to insert some features in the GTK2 wrap...
Hi, I've seen once somewhere in old version of vegtk or slyboots there are portable features like not_yet_implemented_warning which doesn't crash, but report...
... It's abusing the mechanism somewhat, but how about using the 'obsolete' clause: feature foo is obsolete "not yet implemented" do end That way, you get a...
... Paolo> What are the tools needed to build gobo documentation? This differs somewhat between 3.3 and the CVS version. In 3.3, you need to install an XSLT...
Colin Paul Adams
colin@...
Feb 26, 2005 11:04 am
1256
... I think that you should make sure that `last_string' is emptied when you reach the end of input. -- Eric Bezault mailto:ericb@... ...