Giter Club home page Giter Club logo

pi's People

Contributors

garymm avatar kkoreilly avatar rcoreilly avatar rohrlich avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

mewbak garymm

pi's Issues

type not being set

If I have

foo := pf.Editor (where Editor is of type EditorPrefs)

then

foo.

should complete but even though it is found the type is not set

opening gi/font.go causes massive cpu load

because font.go imports font files with massive raw font data, which parser seems to fail badly on -- include some safety fallback or something or fix the parsing.

"golang.org/x/image/font/gofont/gobold"
"golang.org/x/image/font/gofont/gobolditalic"
"golang.org/x/image/font/gofont/goitalic"
"golang.org/x/image/font/gofont/gomedium"
"golang.org/x/image/font/gofont/gomediumitalic"
"golang.org/x/image/font/gofont/gomono"
"golang.org/x/image/font/gofont/gomonobold"
"golang.org/x/image/font/gofont/gomonobolditalic"
"golang.org/x/image/font/gofont/gomonoitalic"
"golang.org/x/image/font/gofont/goregular"
"golang.org/x/image/font/gofont/gosmallcaps"
"golang.org/x/image/font/gofont/gosmallcapsitalic"

potential optimization: map of symbols in long expressions

for certain rule groups with lots of children and generally highly recursive, e.g., Expr, you could add a flag that says "create a map of all the tokens in this expr" and then pass that map down whenever one is encountered -- first pass on matching tokens is then to just check the map and bail immediately.

actually this is simple enough that I'll just do it now..

figure out why func main() { doesn't match second )

Params:	 NoMatch	 2 token: +1:PunctGpRParen	 tok: 63:3")"	 scope: {63:3 65:1}	 ast: /Ast/File/FuncDecl
	) {|	|}

Test:
func main() {

}

Params: '(' ParamsList ')'

correct is ?ParamsList but we should get a better error msg and unclear why it is nomatching on the ) instead of correctly flagging the ParamsList as not matching

Consider moving piview out of gide

It doesn't really make sense to lock all of the functionality behind a full text editor, so it might make sense to have a standalone piview repository instead.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.