foralex / picoc

Automatically exported from code.google.com/p/picoc
0 stars 0 forks source link

Command-Line argument to print function manual [Feature] #104

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Something like this:

./chrimp --manual

  Built-In - void exit(int exitCode);                                                                         //stops the program
  ...

  cassert  - void assert(int);                                                                                //stops the program if an expression isn't true

  cctype   - int isalnum(int);                                                                                //true if a character is alphanumeric
  cctype   - int isalpha(int);                                                                                //true if a character is alphabetic
  ...

Useful to remind myself what's available.

Original issue reported on code.google.com by duncan.f...@gmail.com on 27 Jul 2010 at 10:30

GoogleCodeExporter commented 8 years ago
Hi Duncan. Please email me at zik@zikzak.net and let's talk about some of these 
fancier features you have in mind and how we can include them without 
compromising the "tiny code size" goal of picoc.

Original comment by zik.sale...@gmail.com on 27 Jul 2010 at 10:45

GoogleCodeExporter commented 8 years ago
Changed to "enhancement"

Original comment by zik.sale...@gmail.com on 27 Jul 2010 at 10:53

GoogleCodeExporter commented 8 years ago
Thanks for the suggestion. As with your previous suggestion I've decided to 
keep picoc small and will add this to my forthcoming "deepc" project instead.

Original comment by zik.sale...@gmail.com on 18 Feb 2011 at 10:46