probcomp/bayeslite

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

Aberta

#395 aberto em 19 de abr. de 2016

 (0 comentário) (0 reação) (0 responsável)Python (63 forks)batch import
help wantedk dayslanguagemetamodel revision

Métricas do repositório

Stars
 (915 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador