1. X
  2. Ken Domino
Log inSign up
Ken Domino
380 posts
user avatar
Ken Domino
@KenDomino
Retired Software developer, publisher, hiker, climber, scientist
massachusetts, usa
domemtech.com
Joined November 2008
159
Following
74
Followers
RepliesRepliesMediaMedia

Log in or sign up for X

See what’s happening and join the conversation

Continue with phone
or
Log in with username or email
Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
  • user avatar
    Ken Domino
    @KenDomino
    Feb 23
    I've just been outside shoveling. This blizzard nor'easter is going to be pretty bad: heavy, sticky, a ton of the stuff, and windy. It's a bad combination.
    54
  • user avatar
    Ken Domino
    @KenDomino
    Feb 22
    1/5: Claude's C Compiler #ccc is a C compiler written entirely by Claude Code. My analysis of the parser: (1) There is no statement of what dialect of C it is supposed to support. (2) The initial commit is a GCC clone of c-parser.cc.
    59
  • user avatar
    Ken Domino
    @KenDomino
    Feb 16
    Astounding: Claude Code can write all ports for an Antlr4 grammar and implement disambiguating predicates with symbol table, usually in a few hours. Normally, it would take several days if not weeks if done by hand. Quality is superior. Dawn of a new era in software development.
    48
  • user avatar
    Ken Domino
    @KenDomino
    Sep 7, 2025
    ChatGPT 5 is BS'ing. Asked to define vertical and horizontal ambiguity in a formal grammar, it replied this: chatgpt.com/share/68bd4e82…. Tested the horizontal ambig example with Antlr (`grammar a; s : list EOF; list: item | list ',' item ; item: 'a';`), but there's no ambiguity.
    33
  • user avatar
    Ken Domino
    @KenDomino
    Aug 17, 2025
    Repeat of ChatGPT-5 experiment: "What are the unused parser rules of grammars-v4/acme/acme.g4 and grammars-v4/sql/mysql/Oracle/MySQLParser.g4?" It replied: "No unused parser rules were found." This is not correct (acme.g4: 4; MySQLParser.g4: 8).
    59