@IsThatYouai写程序真的可以了 中发帖

早上想试试ai写代码到底如何。 
最先试deepseek: create a parser for me ( in language js), it will be used to parse the where part of sql statements. it shall support for example, tablename.“columnname”, and support AND, OR and IN operators.
它写了。但是,接下来一直服务器忙。
于是找claude,几个回合下来,基本能用了。不过免费额度用完了。
于是转到bard.google.com,居然就真的给我写了一个差不多可以用的了。
它能解析如下语句(有一些是ai自己提供的,少数是我想到的):
‘user.age = 30’,
‘NOT user.age = 30’,
‘user.na...