Skip to main content
add explanation for makefile and ppnarg.h
Source Link
luser droog
  • 2.1k
  • 15
  • 32

ppnarg.h
Written by Laurent Deniau for the C Object System. I have extended the maximum number of arguments a little. This macro supports the variadic combinators PLUS and SEQ which combine many subparsers together. It lets you pass a count of the variadic arguments into the function that processes them.

ppnarg.h
Written by Laurent Deniau for the C Object System. I have extended the maximum number of arguments a little.

ppnarg.h
Written by Laurent Deniau for the C Object System. I have extended the maximum number of arguments a little. This macro supports the variadic combinators PLUS and SEQ which combine many subparsers together. It lets you pass a count of the variadic arguments into the function that processes them.

add explanation for makefile
Source Link
luser droog
  • 2.1k
  • 15
  • 32

The input to the test is for the pscanf() calls which looks for the literal "abc" then a %c then a %s. And test is the first rule, so a simple make command will compile and then run the test rule/script.

The input to the test is for the pscanf() calls which looks for the literal "abc" then a %c then a %s. And test is the first rule, so a simple make command will compile and then run the test rule/script.

fix awkward sentence, remove bad comma
Source Link
luser droog
  • 2.1k
  • 15
  • 32

I'm looking for review of the "weird stuff" if possible. Particularly the handling suspensionsof suspensions, which represent values to be lazily evaluated. But of course, anything weird or suspicious is fair game.

I'm looking for review of the "weird stuff" if possible. Particularly handling suspensions which represent values to be lazily evaluated. But of course, anything weird or suspicious is fair game.

I'm looking for review of the "weird stuff" if possible. Particularly the handling of suspensions, which represent values to be lazily evaluated. But of course anything weird or suspicious is fair game.

more commentary on each file.
Source Link
luser droog
  • 2.1k
  • 15
  • 32
Loading
fix capitalization
Source Link
luser droog
  • 2.1k
  • 15
  • 32
Loading
Bumped by Community user
Source Link
luser droog
  • 2.1k
  • 15
  • 32
Loading