Giter Site home page Giter Site logo

Comments (6)

mingodad avatar mingodad commented on June 11, 2024 1

Ok !
Thanks for your great work !
I'm trying to compile colm in an Android device using Termux that comes with clang9 and it doesn't compile, I'm fixing it on my laptop and will fork and send a pull request just in case you are interested.
Cheers !

from colm.

mingodad avatar mingodad commented on June 11, 2024

Also in the generated "0_06_scope.html" there is a repetion of the output from the first example "scope.lm" after the second example.

from colm.

mingodad avatar mingodad commented on June 11, 2024

Also in "2_03_def.html" the example assign.lm give this error:

colm "assign.lm"
assign.lm:2:9: assign.lm: parse error: assign.lm:2:9: parse error

from colm.

mingodad avatar mingodad commented on June 11, 2024

Hello !
I saw that you've made some changes and closed this issue, but it seems that it's still happening.
The "hello_world_ext.lm" still doesn't work:

print( 'hello ', "world" "\r\n" )

And also the "assign.lm":

lex start ////<<< here the "start" seems to no be valid here

Cheers !

from colm.

adrian-thurston avatar adrian-thurston commented on June 11, 2024

Hi @mingodad, it's still open. I'm new to github and clicked in the wrong place and accidentally assigned it to myself, then unassigned it. That's probably what you noticed.

The reason the hello world fails is described in #95.

The issue from assign.lm is due to out-of-date syntax. The lexical regions no longer have a name associated with them. There is no need to ever reference them by name, so I removed them.

I will fix both these issues in the documentation now.

from colm.

adrian-thurston avatar adrian-thurston commented on June 11, 2024

For sure, absolutely interested in increasing portability!

from colm.

Related Issues (20)

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.