User loginNavigation |
Theory of a Declarative LanguageI'm working on a declarative configuration language for an application. The language is mostly structured data (think JSON). It also has variables, so you can define variables in one part of it and use them in another. You can import definitions from another file and its contents is merged with the local data in a predictable way. And you can extend substructures by referencing other substructures (a simple form of data inheritance, a bit like prototype-based objects without methods). The only control flow-like construct is a sequence, no branching, loops or conditionals. The language is developed on a make-do basis, adding features as new requirements pop up. But I would like to base this against a more disciplined approach. Is there a theory for such primitive languages? Literature? By thomash at 2013-08-27 10:38 | LtU Forum | previous forum topic | next forum topic | other blogs | 6621 reads
|
Browse archives
Active forum topics |
Recent comments
1 week 5 days ago
42 weeks 14 hours ago
42 weeks 18 hours ago
42 weeks 18 hours ago
1 year 12 weeks ago
1 year 16 weeks ago
1 year 18 weeks ago
1 year 18 weeks ago
1 year 20 weeks ago
1 year 25 weeks ago