~ubuntu-branches/ubuntu/trusty/clc-intercal/trusty-proposed

« back to all changes in this revision

Viewing changes to WISHLIST

  • Committer: Bazaar Package Importer
  • Author(s): Mark Brown
  • Date: 2006-10-08 13:30:54 UTC
  • mfrom: (1.1.1 upstream) (3.1.1 dapper)
  • Revision ID: james.westby@ubuntu.com-20061008133054-fto70u71yoyltr3m
Tags: 1:1.0~2pre1.-94.-4.1-1
* New upstream release.
* Change to dh_installman.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
* sick should use a standard (for INTERCAL values of "standard") grammar
 
2
  to parse its (mis)configuration file, say "sickrc.io"
 
3
* regular grimaces (INTERCAL's answer to regular expressions); currently,
 
4
  support for regular grimaces is included in the compiler, but
 
5
  cannot be used until somebody writes the module. To do pattern matching,
 
6
  one would use a regular grimace in a CREATE statement, then try to
 
7
  execute a comment to trigger the new grammar production; this is probably
 
8
  quite unlike what other languages do. It should be added that it is
 
9
  already possible to do pattern matching using pseudo context-free
 
10
  grammars by using the CREATE statement without regular grimaces. You
 
11
  didn't really want to know that, did you?
 
12
* C backend which generates C code to be compiled with your normal C compiler.
 
13