Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/katharostech/amethyst-scripting-lab

Miscellaneous experiments for scripting in Amethyst
https://github.com/katharostech/amethyst-scripting-lab

Mark Components With Attributes Not `component`

Instead of adding a `component` keyword to mark the component structs as
components, use a `#[At...

330c74af856531dd70960f9b14a3174c96db35a2 authored over 5 years ago by Zicklag <[email protected]>
Remove Some Leftover Code

3e8ebbfbeff5ebb59bb189330454750dd2a6ee88 authored over 5 years ago by Zicklag <[email protected]>
Remove References TODO

f67184ed2fe129081caf2ccc4bd1d4a913ee86ba authored over 5 years ago by Zicklag <[email protected]>
Define Components With a Component Keyword

7d074937085b20ac60c0d7ab9b12a7b034100215 authored over 5 years ago by Zicklag <[email protected]>
Add Specs Scripting Folder

9a65d5094cdcef753125371e5d4ad06312909b05 authored over 5 years ago by Zicklag <[email protected]>
Add Enums

- Clean up some unnecessary parens in parser grammar.

da37b1e19c3ae04ce6e2f01be42322eb88743ed4 authored over 5 years ago by Zicklag <[email protected]>
Improve Example Schema

6248dcadd7a69629d5b8af76d6f021621d6891f9 authored over 5 years ago by Zicklag <[email protected]>
Add README

fad0bc905f3206d9564d8d81e1a3cc4631228036 authored over 5 years ago by Zicklag <[email protected]>
Move Schema Parser to a Sub-Directory

We might put some more scripting experiments in here so we put that in
its own folder.

22ad9eaa8b893fbfffe0c948c00a2219a38a6290 authored over 5 years ago by Zicklag <[email protected]>
Support Type Parameters

493013f3328b2a8f05bc49e14a851b3b0f37f9ea authored over 5 years ago by Zicklag <[email protected]>
Consume Comments as a Part of Whitespace

We don't really need to capture comments from the file, so we just
consume it as whitespace.

d9ddf8c12f30b709e3a806eb8b9d2a26be95c2f6 authored over 5 years ago by Zicklag <[email protected]>
Start to Basic Parser

d9fb53ac81cbce2e03f25cf7c9bb3e6b86704d84 authored over 5 years ago by Zicklag <[email protected]>