[BACK]Return to interpreter.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/interpreter.c between version 1.33 and 1.34

version 1.33, 2022/01/20 14:07:34 version 1.34, 2022/01/28 06:18:41
Line 8 
Line 8 
 /*  /*
  * This file attempts to add some 'scripting' functionality into mg.   * This file attempts to add some 'scripting' functionality into mg.
  *   *
  * The initial goal is to give mg the ability to use it's existing functions   * The initial goal is to give mg the ability to use its existing functions
  * and structures in a linked-up way. Hopefully resulting in user definable   * and structures in a linked-up way. Hopefully resulting in user definable
  * functions. The syntax is 'scheme' like but currently it is not a scheme   * functions. The syntax is 'scheme' like but currently it is not a scheme
  * interpreter.   * interpreter.

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34