Search
Powered by SQLite FTS

Pages

Content

  • A little rain forecaster
    27 Jul 2008it'll be ready Real Soon Now(tm). It uses my lexical scanner, ''(insert plug here)'' [fickle] to break down a METAR report into its individual parts. '''Update:''' Go to [TclWeather]. ---- Also
  • dgHelpBrowser
    08 Feb 201218 Version 0.3.9''' * added wiki search entry * added soaptcl docs * added docs for yeti, fickle, taccle * added documentation for tclhttpd * grab fix for the find dialog * online links are now
  • fickle
    10 Jun 2011org/fickle/fickle-2.03.tar.gz.''' * '''fickle 2.02 at http://tcl.jtang.org/fickle/fickle-2.02.tar.gz.''' * '''fickle 2.01 at http://tcl.jtang.org/fickle/fickle-2
  • ifickle
    03 Jun 2005jt] An [incr Tcl] version of [fickle]. Real Soon Now ifickle will be merged into fickle. Details on the [fickle] page
  • Jason Tang
    24 Feb 2011another neural network simulator, this time for Hopfield networks '''Development Tools''' (filling niches in Tcl development): * [fickle] - yet another not-so-fast lexical analyzer * [taccle] - yet another LALR(1) parser generator * [TclDoc
  • Michael Jacobson
    30 Aug 2004whole application. It also has generated a lot of little Tcl tools like ''[TclDoc]'' (a javadoc knockoff) and ''[fickle]'' (a flex knockoff) just to name a few. ---- [[ [Category Home Page] | [Category Person] ]]
  • NLP for a Knowledge Database
    10 Jun 2011html] you have no chance of enumerating all possible English sentences. The program is written using [fickle] and [taccle]. To compile the program yourself you may need first to modify the Makefile
  • Scripted Lexing
    21 Jul 2008given definition. ''pwq: I have responded in private to AK comments'' Related pages: * [Jason Tang]'s [fickle]. * [Frederic Bonnet]'s [tcLex]. * [Frank Pilhofer]'s [yeti] contains the "ylex" package. ---- '''lexbase.tcl''' # -*- tcl
  • SLOC
    17 May 2006physical and logical SLOC. ''TSA'' [http://tcl.jtang.org/fickle/fickle-1.00.tar.gz] which comes as part of the new [fickle] package counts physical lines of comments, logical lines of
  • Syntax parsing in Tcl
    10 Jun 2011Yet another option is [taccle]. You'll probably want a good scanner (insert cheap plug for [fickle] here). [Daniele Alberto GALLIANO] I have two interesting small programs about this concepts, that are
  • taccle
    10 Jun 2011to match your system: ======none TCL=tclsh FICKLE=~/fickle/fickle.tcl TACCLE=~/taccle/taccle.tcl all: english_grammar.tcl english_scanner.tcl %.tcl: %.fcl $(TCL) $(FICKLE) $< %.tcl: %.tac $(TCL) $(TACCLE) -d -w
  • tcldoc
    08 Oct 2011TclDoc - The Tcl API Document Generator Following in a series of standalone Tcl development tools ([fickle], [taccle]) comes yet another Tcl API generator. Well, maybe not the "yet another" part because at
  • TclWeather
    21 Nov 2011x86 and MsWindows.)'' It then pushes the data through a home-made scanner (written as a ''[Fickle] specification file'') and then displays it on a home-made ticker widget. It is to
  • tickletext
    22 Apr 2010Text: * Add syntax highlighting. (That will be a big job.) * Find/replace needs work. (It's fickle...works sometimes, others not...I can't figure out why...) ---- !!!!!! %| [Category Application] | [Category Dev. Tools