Giter Club home page Giter Club logo

concatenative-php's People

Contributors

gbluma avatar

Watchers

 avatar  avatar  avatar

concatenative-php's Issues

String parsing and execution deferrment bug

The reader is currently kind of dumb about how it parses control characters like ; and :. If they exist inside of a string or a quotation it bombs out early.

The interpreter already has a variable called defer which is used to count the nesting of things like quotations. If defer is less than or equal to 0 then it can be used as a control word, otherwise it is just a meaningless word.

( drops the space after "Hello" )
>>> : say-hello ( name -- saying ) "Hello " swap ++ ;
>>> "Garrett" say-hello .
"HelloGarrett"

>>> : say-hello ( name -- saying ) "Hello: " swap ++ ;
>>> "Garrett" say-hello .
( returns nothing )

Implement standard stack functions

Implement the following, dip, dup, bi, swap, drop, and the variants of them.

Also, it would be useful to implement the period (.) operator as well.

Command Line REPL

it should be easy to fire off a simple REPL

php language.php
>>> "hello world\n" echo .
hello world
>>> 

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.