eiffel-guide icon indicating copy to clipboard operation
eiffel-guide copied to clipboard

suggestion: manifest integer 123, 0x78 , 0b1111011, 0c173

Open jocelyn opened this issue 9 years ago • 2 comments

Just a suggestion to add manifest integer such as 123=0x78=0c173=0b1111011 see at the end of https://www.eiffel.org/doc/eiffel/Eiffel%20programming%20language%20syntax .

And also manifest character like 'e' = '%/101/' , which can be useful to build unicode manifest string, without changing the encoding (BOM) of the class file.

And last but not the least, congratulation, this is a nice page for Eiffel syntax.

jocelyn avatar Dec 02 '15 20:12 jocelyn

Thanks! It think that would be a great Idea. Could you make a pull request if you have a moment?

carlfriess avatar Dec 03 '15 20:12 carlfriess

Don't expect a pull request very soon, I am currently very busy with other Eiffel related projects. But I'll try to find time.

jocelyn avatar Dec 03 '15 20:12 jocelyn