probcomp/bayeslite

use flat token sequence, not nested lists of strings, for CREATE GENERATOR schema

开放

#395 创建于 2016年4月19日

 (0 条评论) (0 个反应) (0 位负责人)Python (63 个派生)batch import
help wantedk dayslanguagemetamodel revision

仓库指标

星标
 (915 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

The nested lists of strings were convenient for simple-minded hand-written parsers, but we want to expand the language of population schemas substantially. This will make it easier to write standard grammars, e.g. with lemonade, for complex languages. We should then rewrite the Crosscat population schema grammar with lemonade.

贡献者指南