eiffel-guide
eiffel-guide copied to clipboard
suggestion: manifest integer 123, 0x78 , 0b1111011, 0c173
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.
Thanks! It think that would be a great Idea. Could you make a pull request if you have a moment?
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.