[go: up one dir, main page]

File: TODO.txt

package info (click to toggle)
critcl 3.1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 8,608 kB
  • sloc: ansic: 54,882; tcl: 13,717; sh: 4,213; asm: 3,058; pascal: 2,758; ada: 1,681; cpp: 1,001; cs: 879; makefile: 310; perl: 104; xml: 95; f90: 10
file content (13 lines) | stat: -rw-r--r-- 472 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13

(7) Document the @placeholders@ available to the various C code fragments.

(8) Note that we can use #define's to make the class and instance
    types available as fixed named without resorting to placeholders,
    and still keeping it in a local scope.

---

idea: critcl::cproc -- api to register return types, argument types

      argument types: conversion from Tcl_Obj*, type checking (values)
      return types:   conversion to Tcl_Obj*, (type/value checking ?)