Git Product home page Git Product logo

watform / org.alloytools.alloy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alloytools/org.alloytools.alloy

3.0 3.0 0.0 47.1 MB

Alloy is a language for describing structures and a tool for exploring them. It has been used in a wide range of applications from finding holes in security mechanisms to designing telephone switching networks. This repository contains the code for the tool.

License: Other

Shell 0.19% Alloy 6.26% Java 91.34% HTML 1.27% Lex 0.90% AppleScript 0.04%

org.alloytools.alloy's People

Contributors

aleksandarmilicevic avatar almilimsft avatar cedrictarbouriech avatar danielleberre avatar esb-dev avatar evelynmitchell avatar grayswandyr avatar gunnersfiring avatar jemc avatar jessitron avatar jonsmock avatar ligurio avatar lorin avatar lrsb avatar nancyday avatar nigelkerr avatar nmacedo avatar pfeodrippe avatar pkriens avatar poz1 avatar s-arash avatar sadraskol avatar sanderhahn avatar strump avatar vchekan avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

org.alloytools.alloy's Issues

Error building dash

In the build configuration for the dash extension of Alloy is the call of JFlex and Java CUP missing.

I think one should put the lines

-generate: \
    parser/; \
        output=gen/java/; \
        workingdir=gen/java/edu/mit/csail/sdg/parser; \
        generate= \
            "JFlex.Main -d . -nobak ./parser/Alloy.lex; \
             java_cup.Main -dump -parser CompParser -symbols CompSym -compact_red <./parser/Alloy.cup 2>target/report"

in file org.alloytools.alloy.core/bnd.bnd

Kind regards,
Burkhardt Renz

Problem with open modules

I wanted to use the util/integer module, but there is a problem,

open util/integer 

does not work. Error message:

Could not import module: integer

I figured out, that i must do following.

open util/integer as i

Now it works. But just with the builded solution from Burkhardt Renz. If i build the current solution from the branch "dash" i get the following syntax error:

The name "isEnabled" cannot be found.

Kind regards ,
Ronja Haas

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.