issues Search Results · repo:sensorial-systems/ligen language:Rust
Filter by
98 results
(96 ms)98 results
insensorial-systems/ligen (press backspace or delete to remove)They can be expressed as something.something.something which needs to be parsed as a something::something::something
path.
Type: Research
notdanilo
- Opened on Nov 21, 2023
- #131
We need to create a validation step after parsing to:
1. Check invalid types - list, in Python, has no item type and it s parsed as Vector instead of Vector Opaque
2. Deduplication - Python class properties ...
Feature: Parsing
Type: Enhancement
notdanilo
- Opened on Nov 17, 2023
- #130
Some of them are:
- SectionTemplate
- Section
- Module
- ..?
Feature: Intermediate Representation
Type: Enhancement
notdanilo
- Opened on Nov 13, 2023
- #129
Allow
PythonParser::default().parse( library.whl )
https://crates.io/crates/python-pkginfo
https://www.geeksforgeeks.org/source-distribution-and-built-distribution-in-python/
How binary distribution ...
Feature: Parsing
notdanilo
- Opened on Nov 7, 2023
- #128
Rename Project to Library and also change references of project in documentation.
Feature: Intermediate Representation
Type: Enhancement
notdanilo
- Opened on Nov 3, 2023
- #127
Rename Parser to Transformer and implement Parser as a specialization of Transformer where the Input is a string.
trait Transformer Input {
type Output;
fn transform( self, input: Input) - Result ...
Feature: Parsing
Type: Enhancement
notdanilo
- Opened on Oct 23, 2023
- #125
We need to improve error handling to get a better trace of where the error occurred.
Feature: Documentation
Feature: Generator
Feature: Intermediate Representation
Feature: Marshalling
Feature: Parsing
Type: Enhancement
notdanilo
- Opened on Oct 10, 2023
- #124
We need coverage reports for the language parsers. How many symbols (constants, functions, types, re-exports, ...) are
exported in a module file? How many symbols are we sucessfully parsing to ligen-ir? ...
Feature: Intermediate Representation
Feature: Parsing
Type: Enhancement
notdanilo
- Opened on Oct 6, 2023
- #123
Ligen Universal Parser is a parser for universal syntaxes:
attribute := identifier = constraint // constraint is a Generic Parseable Type. e.g.: Literal, Expression... The
Generic Parseable Type can ...
Feature: Parsing
Type: Enhancement
notdanilo
- 2
- Opened on Oct 4, 2023
- #122
![Issue origami icon](/images/modules/search/issues.png)
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.![Issue origami icon](/images/modules/search/issues.png)
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.