Yes. [Main]->[select features] was there and there was a git option. Let me
give that a try.
Thanks,
Matt
On Jul 29, 2015, at 10:05 PM, Nala Ginrut wrote:
> I only have projects on savannah.gnu.org, but I guess it's similar to
> savannah.nongnu.org, after all they based on same framework.
>
On Jul 29, 2015, at 6:01 PM, Matt Wette wrote:
> nyacc, for Not Yet Another Compiler-Compiler!, is a LALR parser generator
> written entirely in guile 2.0.
>
> NYACC is similar function to the lalr module in guile-2 but it is coded in
> scheme from the ground up, and provides more functionali
Héllo,
I've been lurking around skribillo and artanis. I don't really like the
rails-like syntax
of artanis, even if it has its use-cases and I wanted to hack on
something "small", so
I've put together sfx.
The code of skribe reader is included in sfx.scm. So the only dependency
is guile (2
Héllo,
I've been lurking around skribillo and artanis. I don't really like the
rails-like syntax
of artanis, even if it has its use-cases and I wanted to hack on
something "small", so
I've put together sfx.
The code of skribe reader is included in sfx.scm. So the only dependency
is guile (2
Le 2015-07-30 13:55, Amirouche Boubekki a écrit :
Héllo,
I've been lurking around skribillo and artanis. I don't really like
the rails-like syntax
of artanis, even if it has its use-cases and I wanted to hack on
something "small", so
I've put together sfx.
The code of skribe reader is included
IMO, skribillo is for static pages, and Artanis is largely for dynamic
pages. After quick review of your code, it seems what you want is to
redefine SXML:
(link (@ :rel "stylesheet" :href "static/css/bootstrap.min.css"))
It looks cleaner than SXML, but if you want to define a syntax, it's
better