Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / ptal/oak issues and pull requests

#38 - Remove inlining from the attributes, make it the default.

Issue - State: closed - Opened by ptal about 10 years ago
Labels: compile-time-annotation, AST-generation

#38 - Remove inlining from the attributes, make it the default.

Issue - State: closed - Opened by ptal about 10 years ago
Labels: compile-time-annotation, AST-generation

#37 - type are not always composed of sub-expression types.

Issue - State: closed - Opened by ptal about 10 years ago - 1 comment
Labels: bug

#36 - consider typed and untyped version of parse function

Issue - State: closed - Opened by ptal about 10 years ago
Labels: code-generation, optimization

#35 - Testing Grammar

Issue - State: closed - Opened by Moondee over 10 years ago - 4 comments

#34 - Propagate AST type (invisible_type attribute)

Issue - State: closed - Opened by ptal over 10 years ago
Labels: compile-time-annotation, AST-generation

#33 - Inline AST node

Issue - State: closed - Opened by ptal over 10 years ago
Labels: compile-time-annotation, AST-generation

#33 - Inline AST node

Issue - State: closed - Opened by ptal over 10 years ago
Labels: compile-time-annotation, AST-generation

#32 - Check that inlining is not requested with Sum type.

Issue - State: closed - Opened by ptal over 10 years ago - 1 comment
Labels: compile-time-annotation, AST-generation

#32 - Check that inlining is not requested with Sum type.

Issue - State: closed - Opened by ptal over 10 years ago - 1 comment
Labels: compile-time-annotation, AST-generation

#31 - `unit_type` attribute

Issue - State: closed - Opened by ptal over 10 years ago - 2 comments
Labels: compile-time-annotation, AST-generation

#30 - No backtracking error, extend the choice operator with `\`.

Issue - State: open - Opened by ptal over 10 years ago - 1 comment
Labels: grammar

#30 - No backtracking error, extend the choice operator with `\`.

Issue - State: open - Opened by ptal over 10 years ago - 1 comment
Labels: grammar

#29 - Testing attribute, for testing the library and compile-time error.

Issue - State: open - Opened by ptal over 10 years ago - 2 comments
Labels: compile-time-semantics, compile-time-annotation, test

#29 - Testing attribute, for testing the library and compile-time error.

Issue - State: open - Opened by ptal over 10 years ago - 2 comments
Labels: compile-time-semantics, compile-time-annotation, test

#28 - Special rule for tokens to handle spacing

Issue - State: closed - Opened by ptal over 10 years ago - 1 comment
Labels: grammar

#28 - Special rule for tokens to handle spacing

Issue - State: closed - Opened by ptal over 10 years ago - 1 comment
Labels: grammar

#27 - Add attribute to not englob the grammar inside a module

Issue - State: closed - Opened by ptal over 10 years ago - 2 comments
Labels: compile-time-annotation

#27 - Add attribute to not englob the grammar inside a module

Issue - State: closed - Opened by ptal over 10 years ago - 2 comments
Labels: compile-time-annotation

#26 - Find non-reachable expression in prioritized choice

Issue - State: open - Opened by ptal over 10 years ago - 3 comments
Labels: static-analysis

#26 - Find non-reachable expression in prioritized choice

Issue - State: open - Opened by ptal over 10 years ago - 3 comments
Labels: static-analysis

#25 - Attribute on rule to ignore the letter case.

Issue - State: closed - Opened by ptal over 10 years ago - 1 comment
Labels: compile-time-annotation

#24 - Prohibit "non-consuming rule" inside * or +.

Issue - State: closed - Opened by ptal over 10 years ago
Labels: static-analysis

#23 - Detect indirect left-recursion

Issue - State: closed - Opened by ptal over 10 years ago
Labels: static-analysis

#23 - Detect indirect left-recursion

Issue - State: closed - Opened by ptal over 10 years ago
Labels: static-analysis

#22 - Detect direct left-recursion

Issue - State: closed - Opened by ptal over 10 years ago
Labels: static-analysis

#22 - Detect direct left-recursion

Issue - State: closed - Opened by ptal over 10 years ago
Labels: static-analysis

#21 - Warn if rule declared but not used.

Issue - State: closed - Opened by ptal over 10 years ago
Labels: compile-time-semantics

#20 - Add a verbose attribute that print the library version and other details.

Issue - State: closed - Opened by ptal over 10 years ago - 1 comment
Labels: compile-time-annotation

#19 - Add a debug operator that print the code generated

Issue - State: closed - Opened by ptal over 10 years ago
Labels: compile-time-annotation

#19 - Add a debug operator that print the code generated

Issue - State: closed - Opened by ptal over 10 years ago
Labels: compile-time-annotation

#17 - Check that prefixes/suffixes (such as '*', '&', ...) doesn't form chain (such as '**', '&!&', '?*').

Issue - State: closed - Opened by ptal over 10 years ago - 2 comments
Labels: static-analysis, low-priority

#17 - Check that prefixes/suffixes (such as '*', '&', ...) doesn't form chain (such as '**', '&!&', '?*').

Issue - State: closed - Opened by ptal over 10 years ago - 2 comments
Labels: static-analysis, low-priority

#16 - Check rule name (multiple declaration)

Issue - State: closed - Opened by ptal over 10 years ago
Labels: compile-time-semantics

#16 - Check rule name (multiple declaration)

Issue - State: closed - Opened by ptal over 10 years ago
Labels: compile-time-semantics

#15 - Automatic AST generation

Issue - State: closed - Opened by ptal over 10 years ago - 2 comments
Labels: code-generation, AST-generation

#15 - Automatic AST generation

Issue - State: closed - Opened by ptal over 10 years ago - 2 comments
Labels: code-generation, AST-generation

#14 - Provide few general parsers (int, float, i32, ...)

Issue - State: closed - Opened by ptal over 10 years ago - 1 comment
Labels: utilities

#13 - Infer span information

Issue - State: closed - Opened by ptal over 10 years ago - 1 comment
Labels: code-generation, AST-generation, typing, discussion

#12 - Parametrize rules with arguments

Issue - State: closed - Opened by ptal over 10 years ago - 2 comments
Labels: grammar, code-generation

#9 - Parametrize grammar with other grammar.

Issue - State: closed - Opened by ptal over 10 years ago - 1 comment
Labels: grammar

#9 - Parametrize grammar with other grammar.

Issue - State: closed - Opened by ptal over 10 years ago - 1 comment
Labels: grammar

#8 - Semantic actions (Rust code)

Issue - State: closed - Opened by ptal over 10 years ago - 1 comment
Labels: grammar, typing