chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-janitors] Re: #312: suggestions for more "semantic tags" in the


From: Chicken Trac
Subject: [Chicken-janitors] Re: #312: suggestions for more "semantic tags" in the wiki parser
Date: Mon, 09 Aug 2010 19:11:10 -0000

#312: suggestions for more "semantic tags" in the wiki parser
--------------------------------+-------------------------------------------
  Reporter:  felix              |       Owner:  sjamaan
      Type:  enhancement        |      Status:  new    
  Priority:  not urgent at all  |   Milestone:         
 Component:  infrastructure     |     Version:         
Resolution:                     |    Keywords:  wiki   
--------------------------------+-------------------------------------------

Comment(by sjamaan):

 It looks like there's already support for the following types, by the way:

  * procedure
  * macro
  * read
  * parameter
  * record
  * string
  * class
  * method
  * constant
  * setter (just added this one)

 I haven't tested these, but the code that handles these things is quite
 generic so these should "just work".

 One word of warning though: I'm against making syntax and macro both
 possible. If it is handled the same way as the other things, an identifier
 search on the wiki would not find things marked up as "macro" when
 searching for "syntax: foo" and vice versa.  We could add special
 treatment to svnwiki-sxml to translate syntax to macro internally, but
 that's just ugly IMHO.

 I've added "setter" to the list in svnwiki-sxml.

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/312#comment:4>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]