Git Product home page Git Product logo

2023's People

Contributors

christernilsson avatar

Watchers

James Cloos avatar  avatar

2023's Issues

pas2help.x missar några rader.

Hjälpämnet (name) utelämnas helt:

(Kanske är din mening)

 <(name) a1,...>:
   A user defined function (or definition).

   Evaluate function name as a macro and return the resulting string.

   Arguments appear in the following way in the string:

   $n is converted to argument n.
   $n&&& is converted to argument n followed by spaces until it occupies
      at least) 5 columns.
   &&&$n is as $n&&& but the argument will be rightadjusted.

   User defined functions can also be used in strings that are used for
   comparison (patterns), for example in ?"..."?, <ifeq str,...> and
   <case instr,compstr1,resultstr2,compstr2,resultstr2,...>

Två rader saknas i samband med calc och max:

   Evaluate an algebraic expression.
 <max expr1,expr2[,decimals]>:

Eventuellt beror detta fel på att du använder calc istf max i xal.pas

pas2help.py

Behövs några små förändringar i xal.pas för att kunna köra regex.

  • (*) behöver bytas mot något annat i hjälpämnets förklaringsdel. Just nu asterix.
  • anropet i alMax bör bytas från calc till max.

Free Pascal understödjer RegExpr.

Upptäckte att >*: anger att det handlar om en inputfunktion.

Infört de fyra räknesätten

funktionerna heter alPlus, alMinus, alMult pch alDiv.

De nås så här:
<+ 2,3> osv

Då slipper man använda <calc 2+3>

calc ligger på 500 kodrader idag. Genom att använda liknande funktioner för övriga matematiska operationer, förenklas parsningen.

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.