Live data from Hacker News

Viewing profile — smitchell2

smitchell2

HN member
Joined
Tue, Jan 24, 2017, 9:09 PM UTC
HN karma
9
Public activity
6 items

About smitchell2

No profile information was provided.

Recent public activity

  1. comment
    Comment #19684721

    I would suggest Recursive Descent for general parsing, and Precedence Climbing for expressions. Once you get the hang of Recursive Descent, parsing becomes mechanical. And with Pre…

  2. comment
    Comment #14058774

    Thanks for the kind words. I was forced to change the name a few years back (1992) - it is now called TSE, or The Semware Editor. Unlearn Wordstar key bindings? Isn't that sacrileg…

  3. comment
    Comment #14050783

    I wrote one back in 1984-85 that I called QEdit, and have been using and updating it ever since.

  4. story
    Call for compiler hackers

    I've created some compiler related tasks on RosettaCode. The goal is to create a simple compiler in small pieces: Scanner, Parser, Code Generator, and Virtual Machine Interpreter t…

  5. comment
    Comment #13715065

    Three that I've dabbled with are: - Euphoria (http://openeuphoria.org/) - Wren (http://wren.io/) - ChaiScript (http://chaiscript.com/) Of those three, Euphoria is possibly the most…

  6. comment
    Comment #13475590

    Back in 1984, I purchased Turbo Pascal 2, and had several decent contracts writing various sorts of software. In 1985 I wrote a simple programmers text editor in it (I really had n…