Giter Club home page Giter Club logo

pscript-lang's People

Contributors

peq avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

haroungy

pscript-lang's Issues

Accessing module fields

Should work like this, but does not:

{{{
    module M
        static int x = 0

    class C
        use M

        function test()
            M.x = 5 // possible

    function test()
        M.x = 5 // not possible
}}}



Original issue reported on code.google.com by [email protected] on 4 Feb 2012 at 11:57

error

http://peeeq.de/code.php?id=5015
When testing map it jumps to the menu.


Original issue reported on code.google.com by [email protected] on 21 Dec 2011 at 9:12

\n as integer

integer foo = '\n' 

compiles in jass but not wurst (jasshelper and pjass throw errors too.)


Original issue reported on code.google.com by [email protected] on 20 Dec 2011 at 2:24

Inlining support

Do the inliner which inlines functions and variables.
Add the forced inline annotation

Original issue reported on code.google.com by [email protected] on 30 Nov 2011 at 11:09

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.