Hi,
I've worked in the past weeks on a possible transformation of the parse
tree into a model.
The model:
https://codeberg.org/rgherdt/webidl-parser/src/branch/main/webidl/model.scm
An example call: https://codeberg.org/rgherdt/webidl-parser#example-call
I implemented the model mainly with
Hi Ricardo,
On Fri, Jun 6, 2025 at 3:36 PM Ricardo G. Herdt wrote:
>
> Hi,
>
> Motivated by this discussion I took the chance to have some fun writing
> parsers and
> wrote one for Web IDL files in Guile:
>
> https://codeberg.org/rgherdt/webidl-parser
Wow, this is awesome!!!
> Actually there ar
Hi,
Motivated by this discussion I took the chance to have some fun writing
parsers and
wrote one for Web IDL files in Guile:
https://codeberg.org/rgherdt/webidl-parser
Actually there are two parsers involved. The first reads the
WebIDL-grammar and generates parts of
the main parser for IDL
Hey Daniel,
On Mon, May 12, 2025 at 1:48 PM Daniel Skinner wrote:
>
> I wrote a very haphazard idl parser during the last lisp game jam. I dont
> recommend using it for a number of reasons (for one, I don't have experience
> in designing scheme libraries for reuse) but it was enough to identify
I wrote a very haphazard idl parser during the last lisp game jam. I dont
recommend using it for a number of reasons (for one, I don't have
experience in designing scheme libraries for reuse) but it was enough to
identify a few interesting questions that cropped up then and (during the
current game
Hi Nala,
On Tue, May 6, 2025 at 8:36 PM Nala Ginrut wrote:
>
> Congrats!
> I've read the article about Hoot work with DOM. Will this be an official
> library or framework?
We don't currently have any plans to release a UI framework, but it
would be nice to have libraries that provide essential
Congrats!
I've read the article about Hoot work with DOM. Will this be an official
library or framework?
Best regards.
On Wed, May 7, 2025, 03:38 Thompson, David wrote:
> Hey Guilers,
>
> On behalf of the Spritely Institute, I'm happy to announce that Hoot
> 0.6.1 has been released! Hoot is a
"Thompson, David" writes:
> This release contains the accumulated bug fixes and other improvements
> since the 0.6.0 release back in January. Read the full release notes
> here:
>
> https://spritely.institute/news/hoot-0-6-1-released.html
>
> If you use Guix then it's easy to try out Hoot:
>
>
Hey Guilers,
On behalf of the Spritely Institute, I'm happy to announce that Hoot
0.6.1 has been released! Hoot is a Scheme to WebAssembly compiler
backend for Guile, which means you can now run Scheme in the browser
for real, tail calls and all.
This release contains the accumulated bug fixes a